Infinite Scroll with HOTWire Part 1: Configuration

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • hotwire-rails

    Discontinued Use Hotwire in your Ruby on Rails app

    HOTWire is a new set of tools extracted from Hey by Basecamp. It uses Asynchronous HTML and HTTP (also known as AHAH) to render partial updates to the DOM without a full browser reload. You build your servers with any language of your choice and let Turbo handle the partial updates for you. Which makes your application to have a speed of an SPA while having the benefits of server-rendered partials.

  • Kaminari

    ⚡ A Scope & Engine based, clean, powerful, customizable and sophisticated paginator for Ruby webapps

    3- To use pagination we will be using the kaminari gem. Simply add this line to your Gemfile.rb and hit bundle install

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • rails-infinite-scroll-posts

    Discontinued Learn how to create an infinite scrolling blog roll in Rails with Turbo and Stimulus.

    create an infinite scrolling blog roll in rails with hotwire by Steve Polito

  • faker

    A library for generating fake data such as names, addresses, and phone numbers. (by faker-ruby)

    1- To seed the data for testing. We will be using the Faker library for the seeds. Inside db/seeds.rb paste in this code

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts