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.
Regarding webpack-dev-server@4 version
devServer : {
devMiddleware : { publicPath : '/dist' } ,
static : { directory : path. resolve (__dirname) } ,
hot : true
}
In version 4, the devServer option has changed as above. Please refer to the GitHub code.
https://github.com/zerocho/react-webgame
Comment
Free




