Gotta start somewhere, right? This example shows how to send click events to the backend to update state. We also snuck in handling URL params.
The counter example, but with PubSub. Open this example in multiple windows to see the state update in real time across all windows.
A simple example of using Leaflet.js with PyView, and sending information back and forth between the liveview and the JS library.
A simple Kanban board example with drag and drop (another hooks example showing integration w/ SortableJS).