/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

petros.blog
| | binarynoggin.com
2.0 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.
| | alex.pearwin.com
1.9 parsecs away

Travel
| | How to integrate the CodeMirror editor with a Phoenix LiveView form.
| | thepugautomatic.com
1.9 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...
| | fullstackphoenix.com
6.8 parsecs away

Travel
| Let say you app uses a javascript library that needs to interact with your app. For example a LiveView component. That is possible with the built in Phoenix Channels and Phoenix PubSub.