/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.
| | blog.pthompson.org
1.9 parsecs away

Travel
| | LiveComponents are a new feature of Phoenix LiveView, bringing lightweight reusable components into the LiveView ecosystem. [Sept. 7, 2020 - Article and [code][github-repo] updated to LiveView v0.14.4] Phoenix LiveView # [Phoenix... | Patrick Thompson | Founder at Inkstone Software.
| | www.diegofreijo.com
1.8 parsecs away

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