You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The project currently doesn't use the Live reload with other tools feature from Templ. This functionality enhances the developer experience a little by eliminating the need to manually refresh the page after every UI change.
If this is something that is considered to be worth implementing, I'm willing to do it and make a PR.
Disclaimer
I agree
The text was updated successfully, but these errors were encountered:
That's what I'm talking about. It uses Air, but it not fully integrated with Templ, so I have to manually reload the page to update the UI.
In a just-created project, while running make watch:
Starts like:
<button type="submit" >Submit</button>
After a change:
<button type="submit">Something</button>
It still shows "Submit", even though it correctly built, so I have to reload the page to show the new version.
Implementing the way is documented in the link of Templ's documentation, it updates by its own and faster, without the need of a page manual page reload. It's actually the the first line of the doc page:
Browser live reload allows you to see your changes immediately without having to switch to your browser and press F5 or CMD+R.
Tell us about your feature request
The project currently doesn't use the Live reload with other tools feature from Templ. This functionality enhances the developer experience a little by eliminating the need to manually refresh the page after every UI change.
If this is something that is considered to be worth implementing, I'm willing to do it and make a PR.
Disclaimer
The text was updated successfully, but these errors were encountered: