Hello,
I'm still newbies in ROR, i would like to get your insight about JS Frameworks as Front-End with Rails in Back-End.
I have used everything from coffeescript and jquery to React and Angular. As mentioned before it really just depends on the task at hand.
Good question. I couldn't answer it, there are so many good JS frameworks which work with Ruby on Rails - many of which I use frequently.
Branko Zivanovic
I'm a maker 📢
The question is: What are you building? Do you want it to be a SPA(Single Page Application)?
If answer is yes, you can go with any popular JS framework. Three most popular these days are: React, Angular and Vue. All three are great, so it's only about personal preference. This way, you'd be building an API with Rails and later accessing it in your SPA.
If answer is no you can render your app on server using some templating engine which is compatible with Rails environment. My advice to you is to google those and see what you like the most.