Explore >> Select a destination


You are here

thoughtspile.github.io
| | www.aleksandrhovhannisyan.com
6.5 parsecs away

Travel
| | Higher-order components are an old but popular design in React prior to the introduction of hooks, allowing you to define reusable stateful logic.
| | www.binovarghese.com
3.7 parsecs away

Travel
| | useRef is a powerful React Hook that allows you to create and manage mutable references that persist between renders, Unlike state, changing the value of a useRef object does not trigger a re-render...
| | blog.logrocket.com
5.2 parsecs away

Travel
| | Learn the similarities and differences between the useState and useRef Hooks in React, as illustrated demos and use cases.
| | reactnative.dev
20.5 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.