Screencast

4. Dropdown Navigation

formsliveviewnavigation

Dropdown Navigation

Unlock the full screencast for free.

Register to get the Starter Kit, every episode, and weekly deep dives.

Sign up free

In the example application that I am working with, It would be nice if I could quickly navigate between the records I have in the database without going back to the index page.

So, in this video, I will be implementing navigation between pages with a select field.

Whether you're new to Phoenix LiveView or looking to refine your skills, this tutorial provides step-by-step guidance on creating maintainable and scalable components.

The idea is simple, when I pick one of the records in the select box, I will use Phoenix LiveView to navigate to that page.

Video includes:

  • a