Speaker
Kim Maida

Kim Maida

Manager, Community & Technical Content

Kim is an Angular consultant and Google Developer Expert, working as the Manager of Community & Technical Content for Auth0. She’s passionate about identity, authentication, constant learning, and the Angular community. She loves learning from and sharing with other developers. She organizes the Angular Ann Arbor meetup, enjoys running Angular authentication workshops, and mentors engineers whenever possible.

Sessions

  • Subjecting State to Good Behavior talk

    Apps of all sizes need to manage state, but not all apps need a state machine like NgRx. What if we can’t afford the code cost and indirection? What if we don’t want to decouple our business layer? There’s more to Angular state management than just getters and setters or a global stream. Let’s set up readable, uncomplicated state management using behavior subjects, observables, and immutability — all OnPush ready. In this talk, we’ll explore scaling up state management in Angular from extremely simple to more robust, and come away with knowledge that will help us gain a better understanding of Angular, RxJS, and even third party state management libraries.