luigiplr / react-router-redux-rxjs-code-splitting

An example React Redux app using React Router & RxJS for route management & chunk loading respectively.
https://luigiplr.github.io/react-router-redux-rxjs-code-splitting
GNU General Public License v3.0
55 stars 11 forks source link

Hi! How I can use dispatch in action and store.getState() #4

Open VaskaDagamas opened 7 years ago

VaskaDagamas commented 7 years ago

for example I need get value from store and dispatch it after transform. But I can't understand how I can do it. I try sign component to dummyreducer, but dispatch there didn't call re-render.

I will very grateful if you help me