Skip to content

Commit

Permalink
update mrujs link
Browse files Browse the repository at this point in the history
  • Loading branch information
cpgo committed Nov 14, 2023
1 parent 3adc094 commit 1a504a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/working-with-forms.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The simple answer is... you don't! **Form submission in Rails is already really

## StimulusReflex + mrujs = 🥰

UJS-powered remote forms are great, especially now that we have [mrujs](https://mrujs.com), the spiritual successor to the classic `rails-ujs` library that shipped with Rails until recently. `mrujs` is excellent:
UJS-powered remote forms are great, especially now that we have [mrujs](https://mrujs.netlify.app/), the spiritual successor to the classic `rails-ujs` library that shipped with Rails until recently. `mrujs` is excellent:

* it provides a nearly 1:1 drop-in replacement for `rails-ujs`
* it makes use of modern browser features like `fetch` (instead of XMLHttpRequest)
Expand Down

0 comments on commit 1a504a6

Please sign in to comment.