Learning React while making web games
Learn React through web games. Get familiar with Classes and Hooks, and learn additional things like Context API, React Router, Webpack, and Babel.
An introduction to open source web service creation with 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 right now I'm building a simple web service boilerplate as open source.
https://github.com/reactGo/reactGo
Here we provide the source code for redux(saga, thunk), mobx, and typescript versions.
I hope this helps students taking the React course. If you found it helpful, please give it a star!
Free




