I recently got the word about Flux from a colleague of mine. It's an application architecture Facebook uses for developing web applications. It's all about single direction data flow where it's easy to predict the changes that happens. To me, it sounds good but trying to find more information about it is not easy... Neither is there any bigger examples on the website.
So do anyone here on HN have any examples of similar architectures that have been used for a longer time, with some testimonials? Or maybe someone already have gone crazy and implemented it already and have some pointers of gotchas.
Some links: From React documentation - https://facebook.github.io/react/docs/flux-overview.html Recent blogpost on React blog - https://facebook.github.io/react/blog/2014/05/06/flux.html