InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises. Learn more →
Stimulus Alternatives
Similar projects and alternatives to Stimulus
-
turbo
The speed of a single-page web application without having to write any JavaScript (by hotwired)
-
-
Klotho
AWS Cloud-aware infrastructure-from-code toolbox [NEW]. Build cloud backends with Infrastructure-from-Code (IfC), a revolutionary technique for generating and updating cloud infrastructure. Try IfC with AWS and Klotho now (Now open-source)
-
-
-
Alpine.js
A rugged, minimal framework for composing JavaScript behavior in your markup.
-
-
-
Appwrite
Appwrite - The Open Source Firebase alternative introduces iOS support . Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
-
-
view_component
A framework for building reusable, testable & encapsulated view components in Ruby on Rails.
-
stimulus_reflex
Build reactive applications with the Rails tooling you already know and love.
-
-
react-rails
Integrate React.js with Rails views and controllers, the asset pipeline, or webpacker.
-
Bootstrap
The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
-
-
PostgreSQL
Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch
-
-
-
rack-mini-profiler
Profiler for your development and production Ruby rack apps.
-
importmap-rails
Use ESM with importmap to manage modern JavaScript in Rails without transpiling or bundling.
-
jsbundling-rails
Bundle and transpile JavaScript in Rails with esbuild, rollup.js, or Webpack.
-
Sonar
Write Clean JavaScript Code. Always.. Sonar helps you commit clean code every time. With over 300 unique rules to find JavaScript bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
Stimulus reviews and mentions
-
Laravel Ecommerce Tutorial: Part 4, Managing Product Categories
This will create the obliterate controller in resources/js/controllers/obliterate_controller.js . If you have no idea what a stimulus controller is, checkout the stimulus homepage, it should have everything you need to know. Also checkout the hotwired stack's homepage
-
Laravel Ecommerce Tutorial: Part 1, Introduction
Next, let's install another package to let use Stimulus in Laravel
-
We're breaking up with JavaScript front ends
Perhaps. And here's stimulus' official web page. https://stimulus.hotwired.dev/
-
Rails 7 + Hotwire (Turbo + Stimulus) = Modern web applications
1. Insert the attribute ‘data-controller=”search-list”’ to the wrapper with the form and the list of the products (app/components/search_list_component.html.erb line 1). — This attribute is responsible to relate the following code to the DIV element. Get more info here https://stimulus.hotwired.dev/. — You can use the command ‘./bin/rails generate stimulus controllerName’ to generate the Javascript file with the class definition and import it in the ‘app/javascript/controllers/index.js’ automatically.
-
Stimulus MultiSelect
You are going to need stimulus.js as a dependency for this package to work. It is a minimal, easy to understand javascript flavor for handling HTML.
-
Create parallax scrolling with CSS
And it was simple from a development standpoint, too — as Richárd explains. “We use a super tiny JS framework called Stimulus. It lets us create small JavaScript components that are controlled by HTML data attributes,” he continues. With just a few extra HTML data parameters, the team could control horizontal and vertical velocity based on the speed of scrolling. “So larger objects and elements can move slower and the smaller ones can move faster in the virtual space,” Richárd concludes.
-
Build Blog With Wagtail CMS (4.0.0) Released!
If you have no idea what Stimulus is, please visit Stimulus Doc to do quick check
-
Which frontend framework with Go backend?
Personally I'd serve HTML pages from the app and use Stimulus where I needed any "enhanced" behaviour. Stimulus is a very minimal front end framework that mostly gets out of the way.
- Google Maps in Rails 7
-
Navigating Session Token Authentication in Shopify for Embedded, Server-Side Rendered Rails Apps
Recently we built an embedded Shopify application for one of our clients. The UI was relatively straightforward, and in an effort to keep the code simple we elected to create a server-side rendered (SSR) Rails app and use Hotwire (Turbo and Stimulus, specifically) as needed for the front end.
-
A note from our sponsor - InfluxDB
www.influxdata.com | 31 Jan 2023
Stats
hotwired/stimulus is an open source project licensed under MIT License which is an OSI approved license.