Y
Hacker News
new
|
ask
|
show
|
jobs
by
nostalgeek
2874 days ago
I actually use JSX without React thanks to Typescript, I wrote an HTML builder myself (anybody can write one, it's easy) and it's quite handy since I don't have to rely on any framework/view library anymore.
1 comments
theknarf
2874 days ago
You don't need Typescript to use JSX without React. Plugging my own isomorphic-jsx project:
https://github.com/TheKnarf/isomorphic-jsx
link
nostalgeek
2874 days ago
> You don't need Typescript to use JSX without React. Plugging my own isomorphic-jsx project:
https://github.com/TheKnarf/isomorphic-jsx
Yes but since I use Typescript static analysis as well: 2 birds, one stone.
link