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 »
I like React as a templating engine, not only on the client side but on the server as well. Over the last year or two rendering templates with React.js on the server has become commonplace. Services from rather static content driven sites to dynamic Unive... (more…)
Read more »
React Native module for streaming files from ZIP archives. - agarrec-vivlio/react-native-zip-stream... (more…)
Read more »
Written in collaboration with Caroline Odden and Jonas Løchsen. This post was first published at blogg.bekk.no (in Norwegian), where we also publish weekly React summaries called <ForrigeUke />. (more…)
Read more »
Recoil.js is Facebook’s new state management library for React. It’s been designed to handle complex global state management with… (more…)
Read more »