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?
Asked
Active
Viewed 434 times
0
-
Thank you @Tachyons. What about using AngularJS with rails. – Vishakha Oct 13 '15 at 11:23
-
I opted for AngularJS with rails approach. Till now it worked pretty well. – Vishakha Dec 08 '15 at 08:02
2 Answers
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