Hacker News new | ask | show | jobs
by kolme 3423 days ago
The game looks great, but the code is overly over engineered. I've written a bunch of tetris clones in my time and it never felt this complex.
1 comments

I think primary focus of this project was to showcase proper Redux implementation. There certainly are much easier ways to accomplish Tetris but that is not what they were shooting for.
Only connecting the root component, fetching the entire state, and passing down all those props manually isn't proper. You shouldn't pass props that can be grabbed directly from the store IMO.