Javascript Design Patterns: Observer

Javascript Design Patterns: Observer

By Daniel Guedes, Software Developer at Arionkoder. Managing state inside an application can become a very hard task, depending on the complexity of your system. Sometimes we may find ourselves in a scenario where asynchronous events depend on other events...