A quick and minimal React App setup
Why not use create-react-app? If you’re looking to get a quick, modern version of a React website up, you’re often going to be hit with the advice to use create-react-app. I don’t disagree that it’s easy – especially if you know the site is going to be thrown away, or is extremely temporary. I would highly recommend it for those situations. However, the luster of create-react-app starts to fade when you start to build real sites with it....