Explore >> Select a destination


You are here

blog.coderspirit.xyz
| | reactnative.dev
8.2 parsecs away

Travel
| | JavaScript! We all love it. But some of us also love types. Luckily, options exist to add stronger types to JavaScript. My favourite is TypeScript, but React Native supports Flow out of the box. Which you prefer is a matter of preference, they each have their own approach on how to add the magic of types to JavaScript. Today, we're going to look at how to use TypeScript in React Native apps.
| | babeljs.io
11.1 parsecs away

Travel
| | For those of us that need to support older browsers, we run a compiler like Babel over application code. But that's not all of the code that we ship to browsers; there's also the code in our node_modules.
| | janik6n.net
9.7 parsecs away

Travel
| | My batteries included TypeScript starter for 2025
| | www.e4developer.com
71.9 parsecs away

Travel
| The first language I used to write a small program was Pascal. Since then I have worked professionally with Java, JavaScript, Groovy and a few more. Currently...