|
|
|
|
|
by jlongster
3808 days ago
|
|
Action creators do not read anything from the state. They are only for mutations. You read from the state by literally digging into the JS object. Not sure what else to say, actions and queries are completely different things. |
|