In #26866 we're introducing a new package called @wordpress/stan with its bindings with @wordpress/data. Read the PR description and the package README for more details.
Introducing a new way to register stores and deal with state is a big task and this issue is going to serve as a follow-up todo list:
In parallel, we can also start trying to refactor existing stores to atomic stores. This work is expected to have good impact on performance especially for central stores like block-editor
Feel free to own one of these tasks.
In #26866 we're introducing a new package called
@wordpress/stanwith its bindings with@wordpress/data. Read the PR description and the package README for more details.Introducing a new way to register stores and deal with state is a big task and this issue is going to serve as a follow-up todo list:
@wordpress/databindings perform in concurrent mode Data: Implement atomic stores #26866 (comment)@wordpress/stanfor folks that don't want to use@wordpress/data(hook creator like zustand or provider based like jotai)@wordpress/databindings.In parallel, we can also start trying to refactor existing stores to atomic stores. This work is expected to have good impact on performance especially for central stores like
block-editorFeel free to own one of these tasks.