/reactnative-todo

Today, 12/06 10:06PM PT, I begin my journey to learn #reactnative

MIT LicenseMIT

ToDo List App made with React Native (coming soon)

Dev Journal:

Learning Notes:

Key terms from Learn the Basics | Rect Native

term notes
Component anything you see on the screen (i.e text, button)
props parameters/inputs that can be accepted by a Component; read-only
state behavior of a Component; can be modified/changed; also a varaible; is initalized and managed internally within a Component

Methods for Creating a React Native app?

  • Expo CLI: Free 3rd party service, Easier workflow, Can native outside-of-box, sep Android/iOS app (dedicated), If in Expo - will have to stay in Expo ecosystem
  • React Native CLI: Good team/community, Basic dev setup, On your own config, Own native code, More complex