I am confused about React.js installation. I'am wondering what is better in development using React.js. The one that install using Node.js npm or the one that is using like this:
<script src="build/react.js"></script>
<script src="build/react-dom.js"></script>
<script src="https://unpkg.com/babel-core@5.8.38/browser.min.js"></script>
Can someone help me explain this because I really want to learn React.js.