Issue with current API:
- implicit state/effects dependencies
- a component placed between two components sharing state/effects will shadow them
- cumbersome local use:
provideState(injectState(Component))
I think we should consider departing completely from the implicit inheritance API and favor a local (with explicit inheritance) API.
Issue with current API:
provideState(injectState(Component))I think we should consider departing completely from the implicit inheritance API and favor a local (with explicit inheritance) API.