Alex Yang
Alex Yang
Related: https://github.com/toeverything/AFFiNE/issues/1916
Previous plan: https://github.com/toeverything/AFFiNE/issues/1852 ```[tasklist] ### UI/UX - [ ] https://github.com/toeverything/AFFiNE/issues/1796 ```
```[tasklist] ### Refactor - [ ] https://github.com/toeverything/AFFiNE/issues/1921 - [ ] https://github.com/toeverything/AFFiNE/issues/1916 - [ ] https://github.com/toeverything/AFFiNE/issues/2147 - [x] Plugin Infra v1 ``` ```[tasklist] ### Notification Center - [ ] https://github.com/toeverything/AFFiNE/issues/1968 -...
## Jotai Contxt + Module Scope - Unidirectional data stream - Context ## SSR Support ```ts const effects = collectEffects([...AllModules]) const state = runEffects(effects, context) renderServerSideApp(state, context) ```