Category: webpack
So I Chose React E3 – Setting up our dev env – Enhanced
**Nov 2021 update – dependency updates, minor updates required due to dependency updates, split prettier out from eslint, hot reloading is no built in and defaulted on with web-dev-server*** Last time we got all setup with React, Babel and Webpack. Our environment was all set to start coding react components with JSX and ES2015+. However,
Continue Reading...So I Chose React E2 – Setting up our dev env
***Nov 2021 update – dependency updates, minor updates required due to dependency updates*** The Facebook team has made many improvements to getting up and running quickly with React using “create-react-app”. There is also a lot going on under the hood of the app that gets created using “create-react-app”. So, even though that is the quickest
Continue Reading...