Technical requirements
We will be building on the server code we created in the previous chapter, which can be found at https://github.com/PacktPublishing/Rust-Web-Programming-2nd-Edition/tree/main/chapter04/extracting_data_from_views/web_app.
The code for this chapter can be found at https://github.com/PacktPublishing/Rust-Web-Programming-2nd-Edition/tree/main/chapter05.
We will also be using Node.js to run our React application. Node and npm can be installed by carrying out the steps laid out at https://docs.npmjs.com/downloading-and-installing-node-js-and-npm.