You are here |
blog.coderspirit.xyz | ||
| | | |
reactnative.dev
|
|
| | | | 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
|
|
| | | | 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
|
|
| | | | My batteries included TypeScript starter for 2025 | |
| | | |
www.e4developer.com
|
|
| | 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... |