Explore >> Select a destination


You are here

benmccormick.org
| | reactnative.dev
11.3 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.
| | timmousk.com
11.0 parsecs away

Travel
| | This article explains how to mock a React component in Jest and shows multiple code examples. named vs default export.
| | maxrozen.com
11.2 parsecs away

Travel
| | Do some words in React have you scratching your head? Ref? Stateless component? Let's learn some words!
| | sandroroth.com
99.1 parsecs away

Travel
| In this article we'll build a styling foundation for a React application using vanilla-extract, a CSS-in-JS library. We'll create a global theme, a CSS reset, utility classes, a polymorphic box component and multi-variant components.