Sometimes you don't need a framework like Angular or React to demonstrate an idea or concept in JavaScript. You just want a framework-agnostic, plain JavaScript development environment to play around with things like web workers, service workers, new JavaScript constructs, or IndexedDB, for example.
In this blog post, you are going to learn how to quickly prototype plain JavaScript apps using Webpack 4 to create such environment with zero config and low development overhead.
Top comments (0)