- Implement model abstraction that can be used to map data to a reactors that handle IO for the specific components in the application.
- Implement collection abstraction that is similar to model but handles collections of things.
- Added some examples.
- Tests.
- Implement notion of state that can be
diff
-ed &patch
-ed. - Implement writer high order function for making
write
-ers that can reflect state changes on the output.
- Initial draft