|
|
|
|
|
by moffkalast
132 days ago
|
|
Why would one decide to even go with React in recent years anyway? Strangely I've seen it happen a lot too. I'd have thought that Vue or Svelte would be a slam dunk choice. Do project managers love bloat and lag or something? |
|
It has a weird learning curve, where you can ship something somewhat working, fairly fast, but to write it properly, with no bugs, you need to understand a lot of niche React-specific things, and their solutions (and those solutions are never useEffect https://react.dev/learn/you-might-not-need-an-effect).
At that point, I wouldn't recommend it to anyone who isn't already experienced with React. It's been an uphill battle, trying to work with anyone that is using React, without understanding how to write properly.