1904 Views
Need to access your Redux store outside a React component? It's a bit ironic, on some level... a global store of data, but no way to access it! The React Redux connect function works great for regular React components, but if you need access to the Redux store in a plain function, the technique is a bit different.
0 comments