Today I'm done with my hello world example with ReactJS,
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/0.14.7/react.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/0.14.7/react-dom.js"></script>
Above two CDN's included, Just wants to know, what is the difference between them, why do we need to include them, what is the purpose?