imperative approach like when we create step after step, action after action like that:
Why use react if we have html and css;
so in html when we click on abutton for request a new page so it bring a page for us but takes times
in other hand n react when we do same thing so in react you dont request just change your visualization. that's why its takes less time and show more
In short in HTML, Server only send one page and in react server takes oer and control UI.
Comments
Post a Comment