|
|
|
|
|
by CaptainOfCoit
250 days ago
|
|
The React ecosystem moves really quickly, and likes to re-invent wheels. But React core APIs remain relatively stable, I've been using React the same way for many years at this point, and you can ignore the parts you don't like, like I'm ignoring hooks and haven't found a single use case where I needed them. |
|
Class based React is great. My old projects are cleanly structured, but harder to change. Class based React also lacks the composability you get with hooks.