Automattic / Automattic/jetpack
Blocks: Convert blocks to use FrontendManagement
- Dominant language
- PHP
- Stars
- 1.8k
- Forks
- 898
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 774
Description
Branching off from [this comment](https://github.com/Automattic/jetpack/pull/15676#issuecomment-629084393).
Blocks in Jetpack currently use a variety of methods to handle loading on the frontend. In order to reduce the complexity of fixes in the future, they should all be converted over to using `FrontendManagement`.
Contributor guide
Research direction
Start by reading FrontendManagement and the linked pull-request comment to understand the intended frontend-loading pattern. Then identify the Jetpack blocks that use other loading methods; done means those blocks consistently use FrontendManagement, with any affected block behavior still working.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php, wordpress
- Domain
- frontend
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100