If you are interested in more information about the concepts that we have learned in this chapter, take a look at the following reading material:
- Create React App on GitHub: https://github.com/facebook/create-react-app#create-react-app--
- RFC for React Hooks: https://github.com/reactjs/rfcs/blob/master/text/0068-react-hooks.md
- Handling input with React: https://reactjs.org/docs/forms.html
- State and life cycle in React with class components: https://reactjs.org/docs/state-and-lifecycle.html
- Destructuring: http://exploringjs.com/es6/ch_destructuring.html
- Template strings: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals
- Ternary operator: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Conditional_Operator