Evolution of Front End Architectures
During this presentation you’ll see the evolution of front end architectures, from a central event emitter or a publisher/subscribe system, currently used in several JavaScript libraries and framework, to Reactive programming and channels communication offered by CSP (Communicating Sequential Processes). We’re going to start with an overview of architectures from …