This repo maintains my version of Javascript notes which I learned from the famous Namaste Javascript Youtube Series by Akshay Saini.
Watched Namaste JavaScript tutorial by Akshay Saini . Some of the codes were done by me . Got some understanding about how JavaScript works.
If the first useffect contains state setting logic (that will trigger re-render) and second useffect is just reading it, what will be the rendering order? Will the setState inside first effect, ...