I have integrated react.js
with my laravel
project .
So I tried to change the file in /components/Example.js
.
But It is not showing the new change in the view page .
When I run
npm run dev
Only after run this command, the new changed component is showing in view file.
Do I need to run npm run dev
for everytime making changes in reactjs
?