Answer the question
In order to leave comments, you need to log in
Is it possible to include redux just as a library?
Is it possible to include redux just as a library without npm and any builders?
i.e. like for example react:
<script src="https://fb.me/react-15.2.1.min.js"></script>
<script src="https://fb.me/react-dom-15.2.1.min.js"></script>
Answer the question
In order to leave comments, you need to log in
https://npmcdn.com/[email protected]/dist/redux.js
All of these features will be available through window.Redux.
In general, learn to use bundlers and es2015/es7 (object rest/spread, class properties).
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question