강의

멘토링

커뮤니티

Programming

/

Front-end

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.

(4.9) 345 reviews

17,531 learners

  • zerocho
React
Thumbnail

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