May 2019
Intermediate to advanced
552 pages
14h 55m
English
In the Hello World example, we created a very basic React native component, using pure JSX. However, in the real world, you will want to do much more than what a simple single-line JSX can do. That is where React components come in. React components can be composed using other components and basic HTML elements; they can respond to user input, change state, interact with other components, and much more.
But, before going into all that detail, let me first describe the application that we will build as part of this book. At every step that we take in this as well as the following ...