/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

lucassifoni.info
| | elixirschool.com
3.5 parsecs away

Travel
| | [AI summary] A tutorial by Sophie DeBenedetto demonstrates how to build real-time features using Phoenix LiveView without complex JavaScript frameworks, including code examples for setting up the socket, handling events, and rendering dynamic updates.
| | www.diegofreijo.com
4.0 parsecs away

Travel
| | An explanation from scratch on how to configure this great stack.
| | thepugautomatic.com
4.4 parsecs away

Travel
| | Also see my posts about persisting session data in the Plug/Phoenix session or in a database. There's no obvious way to save persistent session data in Phoenix LiveView. For example, I might implement...
| | thepugautomatic.com
13.0 parsecs away

Travel
| Phoenix LiveView distinguishes itself from other "server-side reactive" frameworks¹ by automatically sending minimal diffs over the wire. (That is to say, over a WebSocket.) Well, mostly...