Full tutorial on how to transform your current React app into a Progressive Web App - Explaining the most important concepts around PWAs followed by a step by step tutorial, using Webpack, Workbox and TypeScript. (more…)
Read more »
Stateful x Stateless, Container x Presentational, HOCs, Render Callbacks and more... (more…)
Read more »
React provides no built-in way to do data loading - it's left for you to implement. Doing this is tricky in a React app that uses server side rendering (SSR) because client and server rendering work quite differently: Client render is async so data can be... (more…)
Read more »
Contribute to mybigday/whisper.rn development by creating an account on GitHub. (more…)
Read more »
How and why you should use CSS variables (custom properties) for theming instead of React context. (more…)
Read more »