Replies: 1 comment 1 reply
-
I'd love to take a look :) that sounds like a great abstraction.
…On Wed, Mar 10, 2021, 04:23 Mark Allison ***@***.***> wrote:
Hello
I've written a custom React reconciler that doesn't target the DOM and I
need to be able to parse JSX at runtime. I couldn't find any standalone
library to do that until I found this
For my use case it'd be great to have the JSX parser as a separate class
independent of the component so I can generate and element tree and pass to
my custom renderer. I've experimented with this and it works perfectly!
If you think this is a good idea I can submit a PR with the changes.
Thanks for this super useful code!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#186>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC5R27FLMXO3XIFQIP2UHTLTC5QDBANCNFSM4Y54VX5Q>
.
|
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
I've written a custom React reconciler that doesn't target the DOM and I need to be able to parse JSX at runtime. I couldn't find any standalone library to do that until I found this
For my use case it'd be great to have the JSX parser as a separate class independent of the component so I can generate and element tree and pass to my custom renderer. I've experimented with this and it works perfectly!
If you think this is a good idea I can submit a PR with the changes.
Thanks for this super useful code!
Beta Was this translation helpful? Give feedback.
All reactions