Hey guys,
I’d really appreciate it if you could take a look at my Drum machine project here -> https://codepen.io/Dimls/pen/oNvWJZr?editors=0010
Hey guys,
I’d really appreciate it if you could take a look at my Drum machine project here -> https://codepen.io/Dimls/pen/oNvWJZr?editors=0010
It’s pretty good. Some possible improvements:
Hey @DouglasDev,
Thanks for your feedback!
I believe, whenever you have to use state, redux is useful. No?
No, it’s main use is for managing global state that needs to be passed around between many components. For a simple app like this, it’s not really giving you anything useful.
I would recommend reading:
I see what you mean. I just added redux because I’m working on it lately and I want to learn it better. Anyway, thanks for your feedback and for the references.