Router is a part of a Flux architecture?
max107 opened this issue · 2 comments
max107 commented
Move component to other repository. Router it's not a flux, i think.
jhorwit2 commented
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)
max107 commented
Ok, thanks