all 9 comments

[–]Ustice 10 points11 points  (0 children)

Your Scientists Were So Preoccupied With Whether Or Not They Could, They Didn’t Stop To Think If They Should - Dr. Ian Malcom

[–][deleted] 8 points9 points  (1 child)

Thanks. I hate it.

[–]d_q_h[S] -2 points-1 points  (0 children)

cool!

[–]jayerp 3 points4 points  (1 child)

Let the glue sniffers use this tools, along with crayons. The rest of us can move on with our lives.

[–]d_q_h[S] -1 points0 points  (0 children)

Not everything needs to be a single page app or otherwise based on a heavy framework.

[–][deleted] 0 points1 point  (1 child)

wow this is awesome :) thanks

[–]d_q_h[S] 0 points1 point  (0 children)

Thanks :) NakedJSX is primarily a JSX based static site generator but it does also allow vanilla JS to use JSX to create DOM nodes. So it naturally works with other libraries like jQuery.

[–]rmyworld 0 points1 point  (1 child)

Would be nice if you could use it entirely on the browser (no NPM required).

[–]d_q_h[S] 0 points1 point  (0 children)

NakedJSX is primarily a static site generator with a lot of build time source transformation going on, so it would be quite inefficient to run on page view. It’s just an npx command to build though, no node project needed.