Use Heroicons the way Phoenix 1.7.2 does
Want to get Heroicons Phoenix 1.7.2-style but have an existing app? This is what I do.
Want to get Heroicons Phoenix 1.7.2-style but have an existing app? This is what I do.
Check out the new `JS.exec/3` function that shipped with Phoenix 1.7.2 and why we might want to use it
When using Phoenix 1.7's verified routes, I thought we were going to have to string interpolate each query param! π± Thankfully, the Phoenix team already thought of a better way.
I just updated my `.projections.json` file to handle Phoenix 1.7's new components and view-like HTML modules.
Phoenix 1.7 deprecated `get_flash/2`. Thereβs a new `Phoenix.Flash.get/2` function to access flash data.
I wanted to test how easy it was to add Bandit as a web server in Phoenix 1.7 since it ships with alternative web server support. Turns out, it's incredibly easy!
Phoenix 1.7 is View-less! π± Controllers now render via a format-based Elixir modules (e.g. `GreetHTML`)
There's a new `--info PATH` flag for `mix phx.routes` task (e.g. `mix phx.routes --info /posts`) in Phoenix 1.7.