Y
Hacker News
new
|
ask
|
show
|
jobs
by
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
1 comments
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
Yes but since I use Typescript static analysis as well: 2 birds, one stone.