How does library technically work with React? #131
Closed
HamedFathi
started this conversation in
General
Replies: 1 comment 2 replies
-
We're not using internal APIs. React usage is through either the There's an optional feature to render observables directly which makes observables return the right properties to appear to React as renderable elements, which is not officially supported but should be far less fragile than mucking about in internals. But it's optional so you can just not enable that. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My question is just about the technical part of your great work. I know @preact/signals-react
uses React internal APIs to handle reactivity but has a lot of challenges.
Please explain the approach you are using for React integration. Are you using internal APIs too?
Beta Was this translation helpful? Give feedback.
All reactions