Skip to content

Instantly share code, notes, and snippets.

@radamanthus
Last active December 30, 2016 16:38
Show Gist options
  • Save radamanthus/95fe919567ee75da3bc61f0671cbad70 to your computer and use it in GitHub Desktop.
Save radamanthus/95fe919567ee75da3bc61f0671cbad70 to your computer and use it in GitHub Desktop.
React Native Notes

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment