Steps I followed:
- setup react sample app.
- I modified tag in App.js
- went to browser.
- browser displayed updated change/content without refresh/reload.
Usually If I modified js file, to see the changes in browser I have to reload browser.
Question: How react update file change without browser reload? Is it related to react or node js?