Build a MySQL Node.js CRUD App #3: The Client-Side with React

Victoria Lo
JavaScript in Plain English
5 min readJan 17, 2021

--

Hello and welcome to the 3rd part of Let’s Build a MySQL Node.js CRUD App series! In the previous article, we have implemented all our GET, POST, PUT and DELETE routes in our server.

If you haven’t read the previous article, please find it here.

In this part, we will be working on our front-end with React to complete our MySQL CRUD…

--

--