Ryan Steen

Joined

80 Experience
0 Lessons Completed
0 Questions Solved

Activity

Posted in How to use Google Maps and Markers Discussion

I am having a hard time understanding how page specific js would be bad? What if I would like a different kind of map for a different page or js that would be used only on one specific page? Is there an easy way to implement it when deemed necessary?

Posted in Best approach for combining Rails and Javascript

Thanks! I will check it out.

Posted in How to use Google Maps and Markers Discussion

Awesome video. I am wondering how would I take the show page and link it to a different js file. The index.js is global correct? What would be the best way to setup a show view with just the map for a specific item?

Posted in Best approach for combining Rails and Javascript

So I am fairly new to rails dev. I have built several small apps in rails and javascript. There is such much chatter about different frameworks. I am wondering what the best approach would be to incorporate javascript into rails projects. I know Laravel has incorporated Vue out of the box. Is rails leaning in any specific direction. Would it be best to take the time and just learn to incorporate Vue, React or another framework? When do those additions really become neccessary? There are so many options it can be difficult to decide on a direction.