- A rich set of providers for the injection system.
- Events should bubble (currently, they are terminated at the first listener)
- Entities should be able to emit events
- Entities should be able to broadcast events.
- Content Projection
- Developer should
import 'qwik'
, and the server should translate it to relative URL.
- Could we make $state immutable? Changes would require setting
new
state, which would auto callmarkDirty
. Explore: https://github.com/immerjs/immer; https://github.com/mobxjs/mobx; https://github.com/mobxjs/mobx-state-tree