turbo-pagination VS request.js

Compare turbo-pagination vs request.js and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
turbo-pagination request.js
1 11
4 362
- 2.8%
0.0 5.3
about 2 years ago 17 days ago
Ruby JavaScript
- MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

turbo-pagination

Posts with mentions or reviews of turbo-pagination. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-02-04.

request.js

Posts with mentions or reviews of request.js. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-29.
  • Help importing fetch on stimulus
    1 project | /r/rails | 24 Mar 2023
    For some extra help with crsf tokens. I would recommend the request.js library in the rails GitHub. https://github.com/rails/request.js
  • Build a Table Editor with Trix and Turbo Frames in Rails
    1 project | dev.to | 2 Nov 2022
    We will now connect our toolbar's table button to the server-side controller action we have just written. To do this, we first need to bring Rails' request.js library into the project. This library will help us administer post requests from the client, including proper CSRF-tokens, etc.:
  • how to implement a bootstrap dropdown in a button
    2 projects | /r/rails | 29 Aug 2022
    Then, you will need to use fetch or other libs like rails/request.js (https://github.com/rails/request.js) to send a patch request with formData to your model's update path (usually something like /fruits), this is to update your model data. If you are using scaffolded controller, you should have respond_to js configured for you by default. If not, remember to add respond_to :js to your controller, and list data attributes you wanted to return from the server.
  • Reactiveness In Rails
    2 projects | /r/rails | 23 Aug 2022
    Stimulus and request.js should get you about 90% of the way for your example
  • Pagination and infinite scrolling with Rails and the Hotwire stack
    7 projects | dev.to | 4 Feb 2022
    One way to work around this is described in Dale’s article. In it, a Stimulus controller and request.js are used to insert a Turbo Stream header into GET requests, getting Turbo to see the request as a Turbo Stream request despite not originating from a form submission.
  • Is it possible to trigger turbo_stream update from Stimulus controller?
    1 project | /r/rails | 9 Jan 2022
    The Rails.ajax function comes from the @rails/ujs package, which isn't Turbo-aware. You should be using @rails/request.js instead, which can execute Turbo Stream commands:
  • Rails 7.0 has been released
    4 projects | /r/ruby | 16 Dec 2021
    It's not part of Hotwire, but supplemental for when you want to make AJAX requests from Stimulus or whatever. https://github.com/rails/request.js
  • Using stimulus to fetch api in ajax manner
    1 project | /r/rails | 15 Nov 2021
    So with our applications we've started using request.js to make JS based requests to the applications, it's super handy and very easy to use.
  • Infinite Scroll with HOTWire - Part 2: Adding Stimulus
    2 projects | dev.to | 17 Oct 2021
    request.js is a minimalistic JavaScript pacakge that is set to replace Rails UJS in the near future. We will be using it to fetch new pages from the server. Let's install the package
  • Multi-Factor Authentication for Rails with WebAuthn and Devise
    10 projects | dev.to | 5 Oct 2021
    First, we will add the necessary NPM packages. We will use @github/webauthn-json as a nice wrapper for the WebAuthn API and @rails/request.js for easier requests to the backend (with built-in Turbo Stream support).

What are some alternatives?

When comparing turbo-pagination and request.js you can also consider the following projects:

Pagy - 🏆 The Best Pagination Ruby Gem 🥇

hotwire-example-template - A collection of branches that transmit HTML over the wire.

vite_ruby - ⚡️ Vite.js in Ruby, bringing joy to your JavaScript experience

tailwindcss-rails

webauthn-with-devise - The companion app for the article "Secure authentication for Rails with WebAuthn and Devise"

webauthn-json - 🔏 A small WebAuthn API wrapper that translates to/from pure JSON using base64url.