Boilerplate-less react with typescript and parcel
Some thing that frustates me about react is that every single tutorial out there just executes some script (i.e. create-react-app
or CRA for short) that generates a bunch of files and everything it does under the hood isn't reallly explained. Also i feel it's the begin of the bloat that comes with many of the available javascriptframeworks out there. So today lets look at a simple project bootstrap without CRA!