Explore >> Select a destination


You are here

antongunnarsson.com
| | scastiel.dev
2.1 parsecs away

Travel
| | Redux is an awesome library to handle the state of big applications, React or not. But when you think about it, the basic features of Redux can be implemented in very few lines of code. Let's see how.
| | theankurtyagi.com
1.6 parsecs away

Travel
| | Beginner in React? This post simplifies React Hooks, making it easy for you to understand and implement them in your projects.
| | codewithstyle.info
2.0 parsecs away

Travel
| | Hooks are a recent addition to React that enable more of your components to be written as functions by providing less complex alternatives to class fe
| | reactnative.dev
19.6 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.