"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…
Thank you so much for checking it out. I'm so happy that diagram makes sense to you. One of my favorite talks is from Robert Martin, the first link on the bottom of the about.md - when he explains the history of MVC, I…
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…
I would be happy to show you how to use redux, without switch statements and even without reducers. It's not that hard, and if you don't like it, just use other state management libs. But don't call it poor design - it…
"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…
Thank you so much for checking it out. I'm so happy that diagram makes sense to you. One of my favorite talks is from Robert Martin, the first link on the bottom of the about.md - when he explains the history of MVC, I…
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…
I would be happy to show you how to use redux, without switch statements and even without reducers. It's not that hard, and if you don't like it, just use other state management libs. But don't call it poor design - it…