|
|
|
|
|
by ActionHank
841 days ago
|
|
I've worked on some pretty complex client side code and frankly react hooks are meh at best. There is a very strong implication in the docs and even the overall solution of hooks to ignore the details and just "go with it". Just do it™
our way™
because reasons™ Generally not healthy for building the level of understanding it takes to debug complex react code. Also I deeply on a spiritual level detest the way that it very strongly incentivizes pushing business logic to the view layer. |
|