Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Ruby

What are the best auxiliary languages to study in order to produce beautiful RoR apps?

Many greetings peeps.

Hey guys Am curious to know what the industry is doing with producing real beautiful ruby applications.

What skills/tree house library shall I look at?

I will be glad if you chime in on a javascript framework that works smartly with RoR for frontend.

1 Answer

JavaScript is the auxiliary language to study. React is likely the JS framework to study. If you're going to use a JS framework for the front-end, your main 3 options are likely React, Angular and Vue (Ember and Backbone and others exist too, but aren't as "hot"). If you're going to pick React or Angular, you might only want to use RoR as an API back-end, and let the JS framework handle your front-end. Rails hasn't always worked great/smartly with JS frameworks, but they are working to change that. If you're only using RoR as a back-end, though, they'll likely work together fine.

Thanks so much Eric. Seems React is a common one among Ruby devs . Looking to dive into this