this post was submitted on 27 Sep 2023
322 points (93.5% liked)
Programmer Humor
32443 readers
945 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
JSX can exist without React; it's essentially just an alternative syntax for function calls.
(That is, annoyingly, handicapped in the Typescript checker)
Solid uses JSX and is both much more performant than React while removing several of it's footguns. You also have WASM frameworks like Leptos that use similar syntax (RSX) while using languages that aren't JS.
Very true! Shouldnt be a point for react i guess. I believe they originated the syntax perhaps? Regardless, I love it (: