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

Reducer.reducer not descriptive enough #1

Open Anemolo opened 7 years ago

Anemolo commented 7 years ago

Currently to get the reducer name it's reducer.reducer , but It is not really descriptive and misleading to what is actually returns. I think it is better if it is something like reducer.name or reducer.nickname.

What are other people's feelings on this?

luigiplr commented 7 years ago

Hmmm I like it, while we cant use name due to the fact its not a writable attribute of a Function nickname should work just as well! 🚀