|
|
|
|
|
by hajile
460 days ago
|
|
You still can't add features like error boundaries in React without class-based components somewhere in your app. Even if they added these features to functional components today, it would be years before they'd consider them safe to remove. HOC still exist and builtin features like `React.memo(MyComponent)` along with the like of more functional styles means they aren't ever going away. |
|