enableReactComponents doesnt work in codesandboxed vite react app #206
Answered
by
jmeistrich
yousif-khalil-abdulkarim
asked this question in
Q&A
-
enableReactComponents doesnt work in codesandboxed vite react app. code sandbox link. Please tell me if I have missed something |
Beta Was this translation helpful? Give feedback.
Answered by
jmeistrich
Oct 11, 2023
Replies: 1 comment
-
But it does not enable rendering observables directly. For that you'd want to use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
yousif-khalil-abdulkarim
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
enableReactComponents
is for enabling the Reactive components likeReactive.div
: https://legendapp.com/open-source/state/fine-grained-reactivity/#reactive-componentsBut it does not enable rendering observables directly. For that you'd want to use
Memo
: https://legendapp.com/open-source/state/fine-grained-reactivity/#render-an-observableselector-directly