Rendering in react.
Understanding how variables works for the front end:
When we edit a variable in js, it doesn't reflect on the html document or in the frontend because the page/component does not re-render to reflect the change in the html page.
Example:
function Ap...
indratejreddy.hashnode.dev2 min read