Companion repo to Subjecting State to Good Behavior talk. This repo contains two Angular projects:
Demonstrates reactive state management in Angular with optimistic updates using NASA's Near Earth Object API.
To run:
ng serve
Demonstrates simple reactive state management in Angular using scan
and NASA's Astronomy Picture of the Day API.
To run:
ng serve apod-state