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 »
Flutter vs React Native, writing the same app with each framework to spot the differences during the process. (more…)
Read more »
All of the to-do apps are great for starting to learn React, but what about real-life? Let's see what real production React apps are like. (more…)
Read more »
Animations in React have been approached from so many different angles over the last year or two, ranging from the roots of React’s own… (more…)
Read more »