9 Commits

Author SHA1 Message Date
d91823a1da Add some docs and a makefile 2022-12-31 16:58:32 -06:00
f74a051bf8 Testing infrastructure and value getter 2022-12-29 12:30:15 -06:00
66d1307f1b Make dispatch a public method 2022-12-26 21:44:29 -05:00
cad0b2ecb7 Add rust doc to the crate 2022-12-26 17:24:14 -05:00
f939f52a2b Provide a helper method to get selectors from the state 2022-12-26 17:05:07 -05:00
3b220477d7 Improve the type safety and ergonomics of bind_event.
* Add the triggering signal as a parameter. This ensures that
  We always call get on the signal to trigger the effect.

* Rename the method to bind_trigger to better reflect what it
  is doing.
2022-12-26 16:58:33 -05:00
2349517a96 Naming and api ergonomics 2022-12-26 16:49:20 -05:00
b282d07983 Abstract away the effect wiring 2022-12-26 16:37:49 -05:00
481f0cac95 Initial Reducer API 2022-12-26 16:26:12 -05:00