Investigation into how to manage application state in a knockout environment. The knockout-state
package is used as a lightweight store provider. When persisting a complex object in the application state, all trackable properties must be wrapped in a KnockoutObservable
as demonstrated.
- Clone repository.
yarn install
.yarn start
.- Goto
http://localhost:8080
.