This is a distillation of the lessons from The Complete React Native and Redux Course
The course is still by far the best introduction to React Native
But after going through the course sometimes I need to review some lessons. The online video format is not very conducive for reviews. Too many times I found myself wishing Stephen Girder wrote a companion book. He didn't, so, in the spirit of scratching my itch, I'm writing this. It's not a companion book, but a guide that I can refer to when I need to freshen up on some of the harder topics covered in the course.
Basic project
- add ESLint
- add development dependencies
- use yarn instead of npm
Add Firebase
Add Redux dependencies
Add redux router
Wire up a component and load state from a JSON file
Load state by loading JSON from a remote URL