Skip to content
This repository was archived by the owner on Jul 28, 2023. It is now read-only.

Commit dc567c0

Browse files
committed
Add task to support attribute sourcing
1 parent 3f07876 commit dc567c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Feel free to inspect the code, open issues, submit PRs, ask questions...
3030
- [x] Use `children` instead of `<InnerBlocks.Content />` in Save component to be able to reuse the same component in the Frontend.
3131
- [x] Serialize attributes and pass them down to the Frontend component.
3232
- [ ] Support definition of public frontend attributes and only serialize those.
33+
- [ ] Support attribute sourcing (up for discussion)
3334
- [x] Wrapperless hydration: https://github.com/luisherranz/block-hydration-experiments/pull/3.
3435
- [x] Reuse the same `RichText` component across the different environments (Edit, Save, and Frontend): https://github.com/luisherranz/block-hydration-experiments/pull/2.
3536
- [x] Support `useState` and `useEffect` hook in the Save component to be able to reuse the same component in the Frontend: https://github.com/luisherranz/block-hydration-experiments/pull/3.
@@ -51,4 +52,3 @@ Feel free to inspect the code, open issues, submit PRs, ask questions...
5152
- [ ] Media
5253
- [ ] Change hydration technique based on block attributes.
5354
- [ ] Experiment ways to not hydrate the entire block, only the "client components".
54-

0 commit comments

Comments
 (0)