[Rails] Re: React.JS and what server to use ?

2015-07-24 Thread Taras Matsyk
Thanks Andrey! I have not heard about Flux before. -- Posted via http://www.ruby-forum.com/. -- 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

[Rails] Re: React.JS and what server to use ?

2015-07-20 Thread Andrey Nering
He meant Flux (not Flex), an architecture for React. I've used it and found it much better than MVC, but server rendering is not required. Em segunda-feira, 20 de julho de 2015 16:25:45 UTC-3, Ruby-Forum.com User escreveu: > > Hi Jedrin, > > what is wrong wi

[Rails] Re: React.JS and what server to use ?

2015-07-20 Thread Taras Matsyk
Hi Jedrin, what is wrong with react-rails? You can put ReactJS in vendor folder and use it as you would typically use it in any other web app. PS. I have no idea what is flex and do not see any issue with MVC. -- Posted via http://www.ruby-forum.com/. -- You received this message because you

[Rails] Re: React.JS and what server to use ?

2015-07-20 Thread Andrey Nering
React can run on the server, but it is not mandatory. You can just use it in the browser if you want. Em sexta-feira, 17 de julho de 2015 22:44:00 UTC-3, Jedrin escreveu: > > > I have used Ember.JS a good deal over the past year as well as a little > Angular. I found Ember to have some cool con