React from scratch…
With availability of utilities such as create-react-app and create-react-library, setting up the barebones for a new react application development has become child’s play. But such utilites hide a lot of nitty gritty under their hood.
My idea of writing this post is, to allow new user learn how to start building a react application from scratch, without using any utility. Thus I created an empty application at react-from-scratch. The documentation mentions the step for application setup. The latter part of the document describes in brief about how the project has been setup.
Originally published at https://vishalraj.blog on October 14, 2020.