Luxoft Tech Talk with Lukas Ruebbelke - Simplified State Management Principles

Managing state is one of the most challenging aspects of writing non-trivial applications. In this presentation, Lukas Ruebbelke shows you how to reduce complexity at a function level with observable streams and RxJS. He then takes those concepts and shows how to apply them at a component level using component driven architecture techniques. To expand on state management, Lukas shows how to apply everything we have covered to far to manage state at an application level using redux and NgRx. By the end of th
Back to Top