Shared reactive/component core? #3146
agoldstein03
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Hey @agoldstein03! It's definitely true that React is the priority, simply in terms of usage this makes sense. That said I am in the slow process of moving more of the package from |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Not sure if this topic has been discussed already. As best as I can tell, Vue development is currently happening mostly disconnected from the main repo. I get that React is likely the top priority, but I've seen a lot of other projects have success adopting a shared core which implements framework-agnostic behavior for handling reactivity and components. Then the React and Vue code just has to glue that core onto the framework specifics. It also makes it much easier for communities to maintain their own bindings between that core and their own framework. Generally either the core inherits from the dom package, or vice versa (depending on priorities).
I use a lot of Solid.js and would be happy to put in work to maintain such a bindings package, if there is interest in moving forward with a shared-core approach.
Beta Was this translation helpful? Give feedback.
All reactions