Kris TemmermanFlux is an architecture made famous by Facebook and React. It is based on known design patterns like the Observer and the Command Query Responsibility Segregation (CQRS), so it provides a solid base to create complex applications. In this article we are going to use a basic shopping cart application to showcase Flux. Use the links below to hack the final solution: Demo | Source Follo
