redux-zero / redux-zero

A lightweight state container based on Redux

Home Page:https://matheusml1.gitbooks.io/redux-zero-docs/content/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adding redux-devtools options parameters

markdhel opened this issue · comments

commented

I was wondering if it's a good idea to add redux-devtools options parameter here?

connect = function(initialState: object) {

I have a situation that I needed to load 2 stores in a page and somehow it would be better if I can rename the 2 stores appropriately.

Indeed. But I think you should add this after this one is accepted: #143