|
You are here |
lucassifoni.info | ||
| | | | |
elixirschool.com
|
|
| | | | | [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
|
|
| | | | | An explanation from scratch on how to configure this great stack. | |
| | | | |
thepugautomatic.com
|
|
| | | | | 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
|
|
| | | 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... | ||