Tagged Template Literals As JSX #91
thescientist13
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After putting some time into #69 and releasing an initial version in v0.6.0, I was wondering if it would be possible to recreate this behavior with tagged template literals. I believe the main power of JSX to be its semantics and specification, and it even calls out the limitations of tagged template literals in its docs, but I didn't not have much time to test it out hands on.
So would be interesting if things that we are doing with JSX could be done with just tagged template literals? I imagine the main things to consider are:
Beta Was this translation helpful? Give feedback.
All reactions