You are here |
benmccormick.org | ||
| | | |
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. | |
| | | |
timmousk.com
|
|
| | | | This article explains how to mock a React component in Jest and shows multiple code examples. named vs default export. | |
| | | |
maxrozen.com
|
|
| | | | Do some words in React have you scratching your head? Ref? Stateless component? Let's learn some words! | |
| | | |
sandroroth.com
|
|
| | 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. |