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 https://www.poeticoding.com/phoenix-liveview-change-the-url-without-refreshing-the-page/ Phoenix LiveView live_link https://www.poeticoding.com/phoenix-liveview-live_link/ LiveView Examples GitHub repo https://github.com/poeticoding/phoenix_live_view_example Phoenix LiveView GitHub repo, with documentation https://github.com/phoenixframework/phoenix_live_view
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 https://www.poeticoding.com/phoenix-liveview-change-the-url-without-refreshing-the-page/ Phoenix LiveView live_link https://www.poeticoding.com/phoenix-liveview-live_link/ LiveView Examples GitHub repo https://github.com/poeticoding/phoenix_live_view_example Phoenix LiveView GitHub repo, with documentation https://github.com/phoenixframework/phoenix_live_view