TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

A Simple Stimulus Tabs Controller

1 pointsby hbroadbentover 1 year ago

1 comment

hbroadbentover 1 year ago
Hey HN! If you&#x27;ve never used Stimulus, it&#x27;s a part of Ruby on Rails that let&#x27;s you sprinkle Javascript into your frontends, without needing a heavyweight library like React.<p>Here&#x27;s a tabs controller I threw together while building RailsNotes UI (<a href="https:&#x2F;&#x2F;railsnotesui.xyz" rel="nofollow noreferrer">https:&#x2F;&#x2F;railsnotesui.xyz</a>). Hope some of you find it useful!