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 »
react-native-navigation - A complete native navigation solution for React Native - nav bars, tabs, drawer, modals... (more…)
Read more »
React Native lets you build mobile apps using only JavaScript. It uses the same design as React, letting you compose a rich mobile UI from… (more…)
Read more »
ES2015 class syntax for React components degrades developer experience and maintainability with little benefit in return. (more…)
Read more »