Open
Description
Create producers for certain environments in order to pipe data from the environment and into the state. This should also react to any changes in the environment and propagate those changes to the state.
Browser:
- Screen resolution changes
- User events that propagate to the root element (clicks - useful for closing dropdowns)
- Network connection changes
- Battery level changes
- etc
Node:
- Filesystem changes?
- TBD