Writing an application in React using Redux for state management

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 … Read more

Similar

Does React Native that good?

React Native is a shiny new technology, often considered a silver-bullet for mobile development, especially by newbie web-developers. This paper removes shiness and brightness from React Native, and brings up the downsides of it. Ok, lets start from the b...

Read more »