We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I need to restart the server to update the page, is there a way to do it in realtime?
The text was updated successfully, but these errors were encountered:
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 https://templ.guide/commands-and-tools/live-reload-with-other-tools
Sorry, something went wrong.
No branches or pull requests
I need to restart the server to update the page, is there a way to do it in realtime?
The text was updated successfully, but these errors were encountered: