"By now, you’re convinced: This idea deserves to be heard." This week my first public project got 7 git stars. The feeling is fantastic. I don't have homepage or story, but I have a nice diagram :) The question for me…
Really sorry to call you noob. You may have more experience dealing with Redux codebases from me, but in any case I was arrogant and I'm sorry.
Hi, if you mean how to get rid of switch statements, you can check my comment bellow - about "action-reducer". I've seen https://github.com/erikras/ducks-modular-redux and it's close to what I do. Also you can check -…
Example of "action-reducer" - combine action and reducer as one IIFE. Use object-path-immutable to update the state. In any action.ts file you can have as many actions as you wish. Every action has type, dispatch and…
When Redux stops to buffles you, might be the good time to give advice about it. You might implement it 20 times, but if you don't understand it, every time will be pain. Redux can be life saver even for single…
"By now, you’re convinced: This idea deserves to be heard." This week my first public project got 7 git stars. The feeling is fantastic. I don't have homepage or story, but I have a nice diagram :) The question for me…
Really sorry to call you noob. You may have more experience dealing with Redux codebases from me, but in any case I was arrogant and I'm sorry.
Hi, if you mean how to get rid of switch statements, you can check my comment bellow - about "action-reducer". I've seen https://github.com/erikras/ducks-modular-redux and it's close to what I do. Also you can check -…
Example of "action-reducer" - combine action and reducer as one IIFE. Use object-path-immutable to update the state. In any action.ts file you can have as many actions as you wish. Every action has type, dispatch and…
When Redux stops to buffles you, might be the good time to give advice about it. You might implement it 20 times, but if you don't understand it, every time will be pain. Redux can be life saver even for single…