From 70f69c62853dd135f90fa6603a8aff42ec29264c Mon Sep 17 00:00:00 2001 From: Arutiunian Artem Date: Wed, 18 Oct 2023 03:20:00 +0300 Subject: [PATCH] docs: add reatom-react-tree (#673) --- docs/src/content/docs/examples.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/content/docs/examples.md b/docs/src/content/docs/examples.md index c261cfb13..e33cc8259 100644 --- a/docs/src/content/docs/examples.md +++ b/docs/src/content/docs/examples.md @@ -33,6 +33,6 @@ https://codesandbox.io/s/reatom-react-atomization-k39vrs?file=/src/App.tsx https://svelte.dev/repl/0613e23e6aa74246afad6d726d6c5a33?version=3.55.0 -### All codesandboxes +### Tree-like dependent reactive structure -You could find more interesting examples in our [sandbox folder](https://codesandbox.io/dashboard/sandboxes/reatom?workspace=e7923738-fe21-45f8-9cee-424de14adf18) +Nested checkboxes with indeterminate states could be realy hard and unoptimal in reactive context. This example shows the complex optimized model for tree-like structure, check [the model file](https://github.com/artalar/reatom-react-tree/blob/main/src/model.ts)https://github.com/artalar/reatom-react-tree/blob/main/src/model.ts.