How to build code generated by create-react-app with esbuild
esbuild is js bundler that is getting more and more traction because of it impressive build speed. create-react-app (CRA) is well-established script to generate a new react application. In this article, we will take a look on what tweaks are needed t...
Jul 12, 20213 min read7.0K

