LiveView Streams with Pagination (Infinite Scroll)
An awesome Phoenix LiveView Helper that lets us see how our LiveView responds when our users are not sitting close to our servers. 🔥
An awesome Phoenix LiveView Helper that lets us see how our LiveView responds when our users are not sitting close to our servers. 🔥
Delete LiveView stream elements with a `stream_delete_by_dom_id/3` to avoid having to load the full record into memory 🥳
LiveView just shipped a new concept of streams to deal with large collections without keeping data in memory. I gotta say, I like the ergonomics! 🙌