In Chapter 4, Frontend with React.js, we covered the foundations of how to build a React.js application, so read it before attempting to follow along with this chapter.
The requirements are the same for this chapter. Here is a quick recap of the required knowledge and tools:
- npm.
- The React framework.
- The Create React App tool, which you can simply install using the following command:
npm install -g create-react-app
- The Bootstrap framework.
- Knowledge of ES6, HTML, and CSS. In this chapter, we will use HTML forms in more than one component.
The code and files for this chapter can be found in GitHub: https://github.com/PacktPublishing/Hands-On-Full-Stack-Development-with-Go/tree/master/Chapter05.