After making some tweaks and introducing a type in a component name
<ComponentThatDoNotExistDefinataly />
So we have compilation error. And fixing that typo leads to full page reload.
But wouldn't that be nice, if we could reject that hot-update-patch and swap it only if compilation succeeded? Or use another approach but the aim is to prevent page from reloading after fixing that typo.
After making some tweaks and introducing a type in a component name
So we have compilation error. And fixing that typo leads to full page reload.
But wouldn't that be nice, if we could reject that hot-update-patch and swap it only if compilation succeeded? Or use another approach but the aim is to prevent page from reloading after fixing that typo.