Simpler storage, Simpler fetch, Simpler UI. Contribute to chende008/react-native-fast-app development by creating an account on GitHub. (more…)
Read more »
The React-Native community is finally settling for React-Navigation as the default navigation solution. React-Navigation has a vast and… (more…)
Read more »
As I get more experienced, I use fewer libraries and frameworks and rely on good old HTML, CSS, and vanilla JavaScript. I think you should consider doing the same. (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 »