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

An example React Redux app using React Router & RxJS for route management & chunk loading respectively.

Home Page:https://luigiplr.github.io/react-router-redux-rxjs-code-splitting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

VaskaDagamas opened this issue · comments

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