react-native-redux-starter - 📲 A starter kit for React Native apps with Redux and Navigation out-of-the-box. (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 »
Selecting the best linter for a project can be quite a challenge. Learn how to install ESLint and Prettier for React applications in just a couple of steps. (more…)
Read more »
When I learned Ruby on Rails I had a great free resource, Michael Hartl's free onine tutorial which covered literally every single aspect of web development through Rails, from basic setup to deploying the app on a Heroku instance. I learned not only Rail... (more…)
Read more »