Ruby on Rails Monday, December 28, 2015

Quang Van <lists@ruby-forum.com> writes:
> I'm new to the RoR community. I'm reading "Rails 4 in Action" (August
> 2015)
>
> They recommend using Coffee-script.
>
> Is that still in vogue, or is using ES6/ES2015 the way to go now, for
> new apps?

Great question. Rails itself doesn't yet support the transpilers needed
for things like React.JS and so on, but people have already stepped up
with gems and such to support them. Note this may change by the time
RoR5 drops, too.

If you're just learning, you may want to stick with coffee for now and
keep JS interaction to a minimum (again, for now), as there's a ton to
learn about the entire Rails platform. There will be time for
everything, I promise, just not all at once. :) Rails makes a really
great backing web app for modern front end applications. So far what
I've experienced, and this is only a tiny view into the whole world of
it, writing a Rails web app to provide an API that can be used by many
front-end apps, desktop and mobile, seems a popular way to go.

All opinions! Not hard-and-fast facts, and everything is rapidly
changing.

--
Tamara Temple
tamouse@gmail.com
http://www.tamouse.org

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/m2mvsuq6l5.fsf%40gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment