https://github.com/kmaida/space-state
Demo app for Subjecting State to Good Behavior
https://github.com/kmaida/space-state
angular ng-conf rxjs state-management
Last synced: 4 months ago
JSON representation
Demo app for Subjecting State to Good Behavior
- Host: GitHub
- URL: https://github.com/kmaida/space-state
- Owner: kmaida
- Created: 2019-01-27T16:58:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-04T11:20:41.000Z (over 2 years ago)
- Last Synced: 2025-04-01T22:24:43.653Z (6 months ago)
- Topics: angular, ng-conf, rxjs, state-management
- Language: TypeScript
- Homepage: https://www.youtube.com/watch?v=XuRpn8KXw6g
- Size: 2.02 MB
- Stars: 45
- Watchers: 2
- Forks: 25
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# space-state
Companion repo to **Subjecting State to Good Behavior** talk. This repo contains two Angular projects:
## Default Project
Demonstrates reactive state management in Angular with optimistic updates using NASA's Near Earth Object API.
To run:
```
ng serve
```## APOD State
Demonstrates simple reactive state management in Angular using `scan` and NASA's Astronomy Picture of the Day API.
To run:
```
ng serve apod-state
```