3
zorig
7y

I am a huge fan of EmberJS and never tried ReactJS (i know it's lame haha :P) Let me know you guys opinion about Ember and React. It will be huge help when you tried both of them.

Comments
  • 0
    ReactJS is only a view rendering library. I find it useful on small projects, things like mini web apps that I use in school. ReactJS is confusing at first. We can have functions as attributes which doesnt make sense. Plus, it becames a bit like java, where we have issues of state. We end up passing the state of the parent as the attributes of its children and it then becames a pain in the ass.
  • 1
    @harambae Isn't that solved by flux? (https://facebook.github.io/flux) correct me if I'm wrong, I don't know React myself.
  • 1
    @java9 yes it is solved by flux, i forgot to mention it...
Add Comment