Hacker News new | ask | show | jobs
by zomgwat 1654 days ago
My experience with Tailwind + ViewComponent has been great as well. I've also had a lot of success with adding Sorbet typing to the view components. I often use Sorbet enums as view component options. The extra type safety in the view layer is very helpful.
1 comments

I hadn’t thought about this. That’s a really good idea. Thanks for sharing!