Data Module Side Effects: From effects to generators #25643
Labels
Good First Issue
An issue that's suitable for someone looking to contribute for the first time
[Package] Data
/packages/data
[Type] Code Quality
Issues or PRs that relate to code quality
[Type] Tracking Issue
Tactical breakdown of efforts across the codebase and/or tied to Overview issues.
Right now in the Gutenberg project, side projects triggered when store actions are triggered can be written in two ways:
effects.js
files)The refx approach suffers from some issues. For instance the effects are not recreated for each BlockEditorProvider Example here https://github.com/Automattic/p2tenberg/pull/451
So ideally, we'd refactor all the existing effects to use the new approach and at the end remove the refx middleware entirely.
I know @nerrad and @ZebulanStanphill did work on some of this previously, and I'm creating this issue as tracking issue to invite all contributors to participate in the efforts.
The text was updated successfully, but these errors were encountered: