Design Systems, Stimulus Powered (Anyone?)

Anybody work at a company that implemented a design system with formalized components with code examples and all, where the components are by default setup for Stimulus? I know React is a popular choice for this, but Stimulus would be swell too.

If not, who’s considering going down that path?

Hey @pascallaliberte, how you doing?

In my company we implemented a front-end architecture based on this post by the Evil Martians. The difference was that we used stimulus in our js files, so every component is managed by a Stimulus controller. We even wrote generators and helpers for that.

I’ll write about that on my blog, so I’ll let you guys know when it’s ready.

2 Likes