Introducing Lean Server, HTTP Server in Gleam Simple Phoenix LiveView App: The Podcast Listing Page

Adding pagination with live_patch for my site using Dissolver

https://morphic.pro/posts/how-i-added-pagination-using-live-patch-for-my-liveview-site-using-dissolver

In this blog post, I show a lib that I’m currently developing called Dissolver.

https://github.com/MorphicPro/dissolver/

Dissolver is a fork of Kerosene which is an Offset based paginator and in this post, I show how I use it along with a custom theme to integrate with LiveView and live_patch.

In addition, I show how you can use Dissolver to build out Ecto Queries so that you can paginate on a preload association like for example a tag of a post.