/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

fullstackphoenix.com
| | elixirschool.com
1.3 parsecs away

Travel
| | [AI summary] The post provides a technical tutorial on setting up and implementing real-time features using the Phoenix LiveView library without complex JavaScript frameworks.
| | binarynoggin.com
1.2 parsecs away

Travel
| | Let's walk through the processes and arguments of the request and response lifecycle to see what we can learn about LiveView.
| | thepugautomatic.com
1.8 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...
| | blog.pthompson.org
3.5 parsecs away

Travel
| A common pitch for Phoenix LiveView is it allows you to create modern reactive apps without having to write JavaScript. In large part that is true. You can create dynamic server-rendered apps all in Elixir without having to write a large portion... | Patrick Thompson | Founder at Inkstone Software.