|
|
|
|
|
by agrippanux
1137 days ago
|
|
You may of not used React in the past few years, but setState fell out of favor a while ago with the release of the useState hook and Redux (which I agree is an abomination) isn't necessary for 95% (imo) cases, again thanks to hooks. For bound variables you can use MobX or signals in Preact. |
|
Is it deprecated?