Skip to content

Using Solid with mobx-jsx #604

Answered by ryansolid
svicalifornia asked this question in Q&A
Discussion options

You must be logged in to vote

Hmm seamless integration is a no. Basically reactive systems work off a singleton tracking context. So interopt with other reactive libraries is always a bit clunky since it basically involves granular synchronization. It's possible but also once you start doing that you start wondering why you just didn't pick one and do an API level integration.

The libraries probably can be used together in the same project if there was a good way to figure out how to get the build step to apply the right JSX transforms where. Maybe via file extension. Since both projects work the same way with real DOM children and no re-render I imagine it would be much easier than integrating with React. It would ju…

Replies: 3 comments 10 replies

Comment options

You must be logged in to vote
7 replies
@tennox
Comment options

@szagi3891
Comment options

@tennox
Comment options

@szagi3891
Comment options

@szagi3891
Comment options

Answer selected by ryansolid
Comment options

You must be logged in to vote
1 reply
@ryansolid
Comment options

Comment options

You must be logged in to vote
2 replies
@ryansolid
Comment options

@titoBouzout
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
7 participants
Converted from issue

This discussion was converted from issue #600 on August 17, 2021 05:47.