React without Webpack: fast path to a working app from scratch

Many people use Webpack
because it’s
popular. create-react-app
makes it even easier. But what if you prefer zero configuration?
How minimal can your configuration for a React app get? This post
contains my two favorite recipes for prototyping… Read more

Similar