How rendering & re-rendering works in React
What is rendering?
Rendering is when code becomes visible, on-screen elements.
The simplest example:
<body>Hi!</body> in an HTML file, opened in a browser, shows 'Hi!' on the page.
That single step, c
prachipurohit.hashnode.dev4 min read
Dheeraj Purohit
Build, Learn , Share
Ahh!! The good old react, nicely covered