request.js

By rails

Request.js Alternatives

Similar projects and alternatives to request.js

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better request.js alternative or higher similarity.

request.js reviews and mentions

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).
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 19 Apr 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Stats

Basic request.js repo stats
11
362
5.3
11 days ago

rails/request.js is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of request.js is JavaScript.

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.
workos.com