Important Links
List of important links.
We'll cover the following...
- What are React and React Native?
- Managing State in a Simple React App
- Planning and Setting Up the Funbook App
- Styling and Populating the Funbook App
- Implementing Redux in our Funbook App
- Using MobX as a State Manager in a React Native app
- Untangling Complex Flows in React Native Apps with XState
- Integrating Jotai in a React Native App
- Using React Query for Server-Side-Driven State Management
Here is a list of important links used in the course.
What are React and React Native?
The talks about React can be found on the official React docs.
We can read more details on Lean Core.
We can find even more examples with links to articles in the React Native showcase.
Managing State in a Simple React App
Example of components with state.
State vs. Props article on Lucy.
GitHub page on State vs. Props.
Adding life cycle methods to a class.
A full blog post about hooks.
React Navigation ...