Let's setup the redux store so we have a central place to keep all our data. In src/app.js , add the following. import { createStore, applyMiddleware, compose } ...
確定! 回上一頁