Eject the ejector
WesSouza opened this issue · 0 comments
WesSouza commented
While create-react-app
is amazing, robust and ideal for a project, it should never be ejected.
Ejecting it gets you stuck in time, without benefiting from any updates and improvements. But I had to customize shit, hadn't I?
Well, it's time to start over, and eject it all.
- Install Parcel, because Parcel is ❤️
- Remove all dependencies except from whatever is needed to build the website
- Leverage Zeit's routing and cgi-bin, I mean, serverless tools instead of spinning an entire node server