Creating NodeBird SNS with React
We will create a Twitter-like SNS service using React, Next, Redux, Redux Saga, and Express Stack. Finally, we will deploy it to AWS after optimizing it for search engines.

Must read before class
It would be a good idea to first watch and listen to the free React lecture (search for Zero-second React on YouTube). The grammar content is covered in the free lecture.
The backend is very similar to the Node textbook code, so you can refer to the Node textbook lecture (this is not required)
https://thebook.io/006982 This is a link to the Node textbook. If you read up to Chapter 8, it will be helpful for understanding the Nodebird service backend.
MySQL must be installed at version 5.7 to avoid conflicts. If you want to install version 8, you must set mysql_native_password (legacy authentication). ( https://github.com/ZeroCho/nodejs-book/issues/45)
Please leave as many questions as you like. We will respond as soon as possible.




