Part 1 – Learn the Basics: Intro to React, States, Props, Hooks, and Context
In this part, we will start with some theoretical knowledge that will be vital for creating a real app. The Readers will learn some of the history of React and its general rules, guidelines, and best practices. Next, we will look into React’s built-in strategies for dealing with states: local states, props, hooks, and context.
This part includes the following chapters:
- Chapter 1, What are React and React Native?
- Chapter 2, Managing State in a Simple React App