aboutsummaryrefslogtreecommitdiff
path: root/documentation/bookmark/web_framework.md
diff options
context:
space:
mode:
authorEduardo Julian2022-06-06 01:17:43 -0400
committerEduardo Julian2022-06-06 01:17:43 -0400
commitf21ca0dc1956a47b8f7ac6e0ea67d7d246c55280 (patch)
tree10a40b25b8ed6e332d2fe4f273dcda6bfcbba3bd /documentation/bookmark/web_framework.md
parentf623de52d76ad8ec96feb048cd95a3fb150717e1 (diff)
Added extensions to JS interop for working with "undefined" values.
Diffstat (limited to '')
-rw-r--r--documentation/bookmark/web_framework.md (renamed from documentation/bookmark/web-framework.md)4
1 files changed, 4 insertions, 0 deletions
diff --git a/documentation/bookmark/web-framework.md b/documentation/bookmark/web_framework.md
index 71145e190..d98eb95e7 100644
--- a/documentation/bookmark/web-framework.md
+++ b/documentation/bookmark/web_framework.md
@@ -1,3 +1,7 @@
+# State
+
+0. [Jotai: Primitive and flexible state management for React](https://jotai.org/)
+
# Virtual DOM
0. [Virtual DOM is pure overhead](https://svelte.dev/blog/virtual-dom-is-pure-overhead)