Is it possible to use react-router without installing node.js?
As I see this is that there is no way to use react router without using node.js. As I see it we should install node.js and use npm to install react-router. And only then we could use it.
Is react-router is node.js component only or it can be downloaded separately?
Thanks!
<script src="https://npmcdn.com/react-router/umd/ReactRouter.min.js"></script>