6 ms·
There's no standards, but at this point I'd say Flux + React-router are quickly becoming it. react-router is made in the spirit of Ember's which is pretty well
by compedit 12y ago
There's no standards, but at this point I'd say Flux + React-router are quickly becoming it. react-router is made in the spirit of Ember's which is pretty well liked.
- Flux Architecture Pattern [0]
- React Router [1]
Note that there isn't really a prescribed model in Angular aside from $scope either.
[0] - http://facebook.github.io/flux/ http://facebook.github.io/flux/
[1] - https://github.com/rackt/react-router https://github.com/rackt/react-router
- megaman821 12y agoI like react-router that looks quite nice. Flux looks like a description of an idea rather a JavaScript library. Is there a flux store that persists to a REST backend? A model really isn't part of Angular core since it was split out but something like angular-resource is what I am talking about.
- compedit 12y agoI'd recommend looking at the docs on Flux, it explains it all better than I could.