BestWeb VenturesforBestWeb Ventures's Blogblog.bestwebventures.in·Oct 30, 2024Turbo Frames in Rails: A Complete Guide to Lazy-Loaded ComponentsWhat is Lazy Loading with Turbo Frames? Modern web applications need to be both performant and maintainable. In Rails applications, we often face the challenge of loading multiple independent widgets or components on a single page. While traditional ...Discuss·149 readsviewcomponent
BestWeb VenturesforBestWeb Ventures's Blogblog.bestwebventures.in·Oct 29, 2024ViewComponent vs Phlex vs Partials: A Comprehensive Comparison in Ruby on RailsIn the world of Ruby on Rails, developers are often faced with the task of managing the presentation layer of their applications. This is where the choice of view management strategy becomes crucial. Three popular approaches are ViewComponent, Phlex,...Discuss·255 readsphlex
TheDumbTechGuythedumbtechguy.hashnode.dev·Aug 27, 2024Super flexible Phlex componentsPhlex is a Ruby gem for building fast object-oriented HTML and SVG components. Unlike traditional erb, where you write html interwoven with ruby, Phlex allows you to write your components with plain ol' ruby, and if you've used ruby, I don't have to ...Discuss·108 readsphlex