Hacker News new | ask | show | jobs
by shamas 3144 days ago
Correct me if I'm wrong, but these patterns don't seem very much like a Redux way to do things. A lot of things feel somewhat implicit too. For example, I stopped just spreading my state into the child component, opting to be explicit nearing verbose instead.
1 comments

While I'm not sure it's a 'Redux thing', I've also become more conservative in my 'spreading'. I'm not necessarily against it, but too often the resulting code started feeling too alien and dense. The former is bad for working with people new to ES2015+, but the latter started bothering me even in my own projects.