0

Is there any gem available for implementing view components in Rails? I had look at 'cells' and 'apotomo'. I found them good but documentation is not updated for the latest versions. Any one knows about any other good gem for implementing widgets kind of structures in rails?

Camilo Terevinto
  • 31,141
  • 6
  • 88
  • 120
Vishakha
  • 421
  • 4
  • 7

2 Answers2

0

You can use React js for view level components , use react-rails to integrate it with rails

Tachyons
  • 2,131
  • 1
  • 21
  • 35
0

If you are concerned with performance, you should try solutions like Angular.js , Backbone.js, React.js, Ember.js or any front end MVC framework.

Your code can be organized and run faster than use Apomoto or Rails partials, for example.

lucianosousa
  • 8,144
  • 4
  • 21
  • 25