|
|
|
|
|
by sheeshkebab
2945 days ago
|
|
React has a lot of inertia behind it, although it doesn’t really make things easier. The amount of js code to make even basic things work is high, and with so many different styles of writing react/js code, large codebases require significant effort to keep maintainable. Which is to say, with this much effort put into structuring maintainable react js code, one could pretty much develop in any js ui framework (including jquery, backbone or none whatsoever) - since little of this effort is dependent on react, or made easier by it. |
|
It's not something you can easily implement yourself either.
That's the main part that makes React code maintainable.