Replies: 1 comment
-
Generally the templ code is transpiled into Go code which in turn must be built into an executable, so real-time updates are not immediately possible. That being said, there are tools which might help with the issue you have: https://templ.guide/commands-and-tools/live-reload |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to restart the server to update the page, is there a way to do it in realtime?
Beta Was this translation helpful? Give feedback.
All reactions