[WIP] React From The Inside Out
This section is currently being researched
In the meantime, there are ton of getting started resources already available. If you are new to React we recommend spending some time looking at these fantastic resources:
- React Official Site
- Awesome React - A comprehensive list of resources
- Learning React, Getting Started - Basic intro article
From a book development perspective, our first focus will be on the Life Cycle chapters and we will circle back to this section soon.
Guiding Principals to learning React
Unlike most intro books, we want to have different goals for our Basics Section. We will dig into the underpinnings of React and look at how to create applications from the bottom up. We feel that understanding the internals of a UI system helps drive development choices. We plan to explore React from this guiding principal.