Open hschneider opened 9 months ago
This repo comes with Vite and TypeScript. Hot-Reloading works as it should. Maybe the Docs should link this as an alternate solution:
CAN I WORK ON THIS ISSUE
@hschneider Hot Reloading is working Perfectly, I have tested it using 2 different components, changes in one component is not affecting the second one, and vice-versa.
Describe the bug When changing page content, the whole view is rendered again. Normally React only changes parts of the DOM and the app state is preserved.
To Reproduce Follow the setup from the docs: https://neutralino.js.org/docs/getting-started/using-frontend-libraries Launch an app and change its content. A short page flicker indicates a whole page reload.
Expected behavior Only changed content should re-render.
Specifications