[Renewal] Creating a NodeBird SNS with React
We will create a Twitter-like SNS service using the React & Next & Redux & Redux-Saga & Express stack. Finally, we will perform search engine optimization and deploy it to AWS.
3,713 learners
Level Intermediate
Course period Unlimited
Introducing open source SSR based on React
After learning React, many of you may want to create web services.
It seems that many people think that it is difficult to set up a folder structure when creating something from scratch, that CRA automatically does too many things, making it difficult to understand the principles, and that Next lacks some freedom.
So I built a simple web service boilerplate as open source.
https://github.com/reactGo/reactGo
After installing globally with npm, you can choose the front-end technology you want (redux (saga, thunk, toolkit), mobx) and the back-end technology you want (mysql, mongo, postgre).
It is basically in TypeScript, but the Javascript version also exists as a separate branch.
I hope this helps students taking the React course. If you found it helpful, please give it a star!




