Learn How to Write Better ViewComponent Code

Ready to level up from partials? Here's how to build and organize your frontend code with ViewComponents - the good, the bad, and every learning from using them in production.

  1. When to Use call, erb_template, or html.erb in Rails ViewComponents?
  2. From Partials (and Helpers) to Embracing ViewComponent in Rails
  3. Guide to Slots in Rails' ViewComponent
  4. Why choose ViewComponent over Rails partials
  5. Quicktips for ViewComponent with Tailwind CSS/Hotwire