The following are some useful links so that you can learn more about the topics that were covered in this chapter:
- React getting started: https://reactjs.org/docs/getting-started.html.
- TypeScript: https://www.typescriptlang.org/.
- Arrow functions: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions.
- const: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/const.
- Emotion: https://emotion.sh/docs/introduction.
- Components and Props: https://reactjs.org/docs/components-and-props.html.
- JavaScript array map: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/map.
- React lists and keys: https://reactjs.org/docs/lists-and-keys.html.
- JavaScript ternary: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Conditional_Operator.
- useState hook: https...