/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

binarynoggin.com
| | elixirschool.com
1.0 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.
| | thepugautomatic.com
1.1 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...
| | www.diegofreijo.com
1.4 parsecs away

Travel
| | An explanation from scratch on how to configure this great stack.
| | elixirschool.com
6.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.