ViewComponent vs Phlex vs Partials
I have been using Partials since I started programming in Rails in 2005. ViewComponent and Phlex remind me of React Components making an HTML chunk re-usable. Well, partials do the same. Read the full article here - ViewComponent vs Phlex vs Partials: A Comprehensive Comparison in Ruby on Rails.
Post a comment