Phoenix LiveView pushState support - Change the URL without refreshing the page

Phoenix LiveView now supports pushState, making easy to change the URL without refreshing the page. We’ll focus on pushState and live_redirect while building two small LiveView examples. Blog Post LiveView Examples GitHub repo Phoenix LiveView GitHub repo, with documentation
Back to Top