Ruby on Rails
Thursday, October 22, 2015
Does using Angular with rails imply that I have to only send json data to the client, all my links have to be handled by angular and I would not use rails partial rendering ?
That is kind of the impression I get.
Currently I have stuff like this which is not really best practices:
<div class="myeml" ng-click="pdfClicked($event)">
The thing is, the client is not really concerned about whether angular is used or not. Also, I think they do not want the browser back button to become non functional between pages which seems like that can be tricky in some cases with angular, though I am not sure.
I hesitated to consider ember because it seems like ember want to drive everything whereas I can work aspects of angular into my current code in some limited ways.
I would have considered React, but I have less experience using that ..
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/63f255c9-d00a-46d7-9589-9c48365df441%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment