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

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cbravobernal committed May 11, 2022
1 parent 86daac7 commit 2e56199
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ Feel free to inspect the code, open issues, submit PRs, ask questions...
- [ ] Avoid bundling unnecessary code (like the Save serializer or lodash) in the Frontend.
- [ ] Pattern to export different code depending on the context (Edit, Save, or Frontend).
- [ ] Bundle Preact (compat) instead of React in the Frontend (up for discussion).
- [ ] Implement different hydration techniques:
- [ ] Load
- [ ] Idle
- [ ] View
- [ ] Media
- [x] Implement different hydration techniques:https://github.com/luisherranz/block-hydration-experiments/pull/14.
- [x] Load
- [x] Idle
- [x] View
- [x] Media
- [ ] Change hydration technique based on block attributes.
- [ ] Experiment ways to not hydrate the entire block, only the "client components".

0 comments on commit 2e56199

Please sign in to comment.