Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today. Learn more →
Hotwire-rails Alternatives
Similar projects and alternatives to hotwire-rails
-
-
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
turbo
The speed of a single-page web application without having to write any JavaScript (by hotwired)
-
Alpine.js
A rugged, minimal framework for composing JavaScript behavior in your markup.
-
stimulus_reflex
Build reactive applications with the Rails tooling you already know and love.
-
-
-
InfluxDB
Build time-series-based applications quickly and at scale.. 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.
-
-
phoenix_live_view
Rich, real-time user experiences with server-rendered HTML
-
jsbundling-rails
Bundle and transpile JavaScript in Rails with esbuild, rollup.js, or Webpack.
-
-
-
go-app
A package to build progressive web apps with Go programming language and WebAssembly.
-
-
kyoto
Golang SSR-first Frontend Library [Moved to: https://github.com/kyoto-framework/kyoto] (by yuriizinets)
-
-
derby
MVC framework making it easy to write realtime, collaborative applications that run in both Node.js and browsers
-
storybook
Storybook is a frontend workshop for building UI components and pages in isolation. Made for UI development, testing, and documentation.
-
faker
A library for generating fake data such as names, addresses, and phone numbers. (by faker-ruby)
-
view_component
A framework for building reusable, testable & encapsulated view components in Ruby on Rails.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
hotwire-rails reviews and mentions
- It's not Ruby that's slow, it's your database
-
What's New in Rails 7
Applications generated with Rails 7 will get Turbo and Stimulus (from Hotwire) by default, instead of Turbolinks and UJS. Hotwire is a new approach that delivers fast updates to the DOM by sending HTML over the wire.
-
Ask HN: What tech stack would you use to build a new web app today?
For Ajax-y stuff, I am really excited by the new crop of "HTML-as-a-Service" or "HTML-over-the-wire."
-
Ask HN: Do we need JavaScript web frameworks?
Did you build and maintain UI ? Pick the approach whits suits best.
Also note - Hotwire
Hotwire is an alternative approach to building modern web applications without using much JavaScript by sending HTML instead of JSON over the wire
-
Ask HN: What are you favorite goto frameworks when writing Web Aplications
I was recently interested in similar topic. Here are 3 similar solutions I found:
My personal preference is Unpoly (the idea of "layers" is awesome). But the best explanation of concept as a whole (HATEOAS, keeping app state on server using partial page updates, etc) is at HTMX homepage, and in these essays:
-
Hotwire isn't only for Rails
At the end of 2020 the Basecamp team released a collection of Javascript libraries called Hotwire. Modern web stacks have popularized javascript-rendered front ends and JSON transmissions. Hotwire's primary motivation is to reduce the Javascript footprint and allow application front ends to be created in primarily HTML. It pairs very nicely with the Ruby on Rails ideology and is often demonstrated in that context. I aim to write a series on how Hotwire can be used in any application to simplify development and reduce the need for heavy Javascript downloads. Hotwire currently consists of two javascript libraries: Turbo and Stimulus. The first part of this series introduces Turbo.
-
How do you handle views?
I've been doing that a while until I just got sock of the JS spagetti and often duplicated code and went full on Angular CSR and never looked back. That being said, I've been seeing a lot recently about Laravel's Livewire and Symfony and Ruby on Rail's integration with Hotwire (stimulus+turbo).
-
Suggestions for building ios and android apps in rails?
I believe Strada is supposed to help with this too when it is released: https://hotwired.dev/
-
Ask HN: Modern Alternatives to Spas
Perhaps check out https://hotwired.dev/
I’ve found server rendered apps to be the most productive on small teams or solo projects. Hotwired adds some sprinklings of JS that make this approach slicker.
-
A note from our sponsor - SonarLint
www.sonarlint.org | 1 Feb 2023
Stats
hotwired/hotwire-rails is an open source project licensed under MIT License which is an OSI approved license.