addthis/fluxthis

Router is a part of a Flux architecture?

max107 opened this issue · 2 comments

Move component to other repository. Router it's not a flux, i think.

The flux architecture is simple just views -> actions -> dispatcher -> stores -> views and repeat. Our router works with the flux architecture and which is why it's included here. The router itself is a store with actions. We could discuss moving it to another repository, but how our builds are setup you don't need to require it (which is just like it's not there)

Ok, thanks