HotwireClub::Toolbox
Short description and motivation.
Tools
A collection of loosely connected Hotwire/Rails tools and techniques. Each has its own usage guide under docs/.
- Optimistic Form - optimistic UI for Turbo forms: paint the predicted result instantly on submit, reconcile with the server only on failure.
Usage
How to use my plugin.
Installation
Add this line to your application's Gemfile:
gem "hotwire_club-toolbox"
And then execute:
$ bundle
Or install it yourself as:
$ gem install hotwire_club-toolbox
Contributing
Contribution directions go here.
License
The gem is available as open source under the terms of the MIT License.