3

Where can I find and download a browser.min.js file for react.js? I'm struggling for so long trying to find it.

3
  • 1
    Try this, or I failed to understand that there's a specific browser js that is developed just for react.js Commented Jan 4, 2016 at 3:50
  • 1
    What is browser.min.js ? Commented Jan 4, 2016 at 5:24
  • @azium I also got this confuse before, but we should understand that it comes from Babel-core here cdnjs.com/libraries/babel-core . as least I think it's not a good naming, since compare babel-core with browser.min.js, it has nothing relationship, right. finally just get this, it's babel core, it could let browser to support es6. Commented Sep 1, 2016 at 2:38

3 Answers 3

5

You mean babel browser file for compile react file in browser? This file was removed from babel project (therefore you have problems to find it), please look to documentation: link

They advice to precompile file in server side.

But If you need it, it is still available in some cdns, you can get/use it from here: link

Sign up to request clarification or add additional context in comments.

Comments

2

its just so easy go to https://cdnjs.cloudflare.com/ajax/libs/babel-core/5.8.24/browser.min.js and save the file as browser.min.js

now you can try offline unlike they don't recommend.

Comments

0

Firstly I think most guys can not understand what's the browser.min.js, and where it comes from.

Actually, it's just the Babel-core library, check this here https://cdnjs.com/libraries/babel-core. anyway, I think it got a bad naming, since you just can not associate it with Babel-core.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.