Hacker News new | ask | show | jobs
by farazzz 1072 days ago
React is JSX*

Nothing preventing them from making an <If condition={…}>…<Else>… component

1 comments

And this is typically how conditionals work in SolidJS, which also uses JSX but adds extra core components to handle conditionals and iteration. In fairness, this is largely because they can better support the reactivity model that SolidJS uses, but it's a convenient side effect.