Replies: 1 comment 3 replies
-
In fact, this is more difficult, I have tried, you need to ast analysis of the changed file, and then find the corresponding component, and then call scheduleUpdate (theComponent) https://github.com/yisar/deku/blob/master/src/client.ts Are you interested in this? I am willing to assist you to complete a prototype implement. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using fre with vitejs. I get browser events whenever I change a file, but I don't know what to call in fre to rehydrate. Should I just call
render()
again? Won't that lose state, tho?Beta Was this translation helpful? Give feedback.
All reactions