Hacker News new | ask | show | jobs
by mokanfar 1754 days ago
>not recommended for production.

Rhetorical question: What percent of use cases is it not recommended for use in production?

1 comments

The only use case babel in browser I can think of is either interactive tutorial/learning for end users on browser features or React JSX (to snuff out the whole getting a dev-env. setup), and interactive playgrounds like storybook.js to allow someone to compose a mockup, again without a git clone / do_x() / add / commit / push.