Android emulators take way longer than iOS to set up in React Native, even though most people use Android (but most developers use iOS). (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 »
The React Story: How Facebook's Instagram Acquisition Led To The Open Sourcing of React.js... (more…)
Read more »
#Byteconf React is a free two-day remote React conference, featuring sixteen awesome speakers from around the world! Check out the schedule for the conferenc... (more…)
Read more »
The Redux philosophy is that you keep all your data in a single store and operate on it via actions. Since react is technically just a view library and redux is technically just a state management library, a lot of architectural and design decisions need ... (more…)
Read more »