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
To handle client side route, initial plan is to add a :navigate directive that can be added to a elements and will
:navigate
a
navigate
Additionally, the LiveTemplates elements will need to register a popstate listener to send navigate events using the back button.
Will want to add this to the CRUD demo to fully flesh out a LiveView replacement scenario
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To handle client side route, initial plan is to add a
:navigate
directive that can be added toa
elements and willnavigate
event to LiveState with the pathAdditionally, the LiveTemplates elements will need to register a popstate listener to send navigate events using the back button.
Will want to add this to the CRUD demo to fully flesh out a LiveView replacement scenario
The text was updated successfully, but these errors were encountered: