petehunt / node-jsx

transparently require() jsx from within node
164 stars 32 forks source link

Deprecate in favor of babel #44

Open petehunt opened 9 years ago

petehunt commented 9 years ago

I intend on deprecating this repo in favor of https://babeljs.io/docs/usage/require/. If anyone has concerns about this please raise them here before I pull the trigger.

cbosco commented 8 years ago

I have a question similar to the one raised here: https://github.com/babel/example-node-server/issues/13

Was this ever considered ready for production? I don't want to run all of my server side code through Babel but had hoped for a utility like this that would let me have server side JSX rendering just for one entry point (I use webpack to turn the rest of the app into ES5).

Maybe you have a specific recommendation for that use case, or I should just strip out all of my JSX if I want to use only V8 harmony features