From 2e5619900af5084d34df391f97e6c71747e5f38b Mon Sep 17 00:00:00 2001 From: Carlos Bravo Date: Wed, 11 May 2022 19:57:11 +0200 Subject: [PATCH] Update readme --- Readme.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Readme.md b/Readme.md index afbf7924..de4d0f51 100644 --- a/Readme.md +++ b/Readme.md @@ -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".