|
|
|
|
|
by acdha
232 days ago
|
|
What makes React complex is that your simple example pulls in 100KB of code and entire layers like the virtual DOM which increase the memory and CPU requirements while adding significant new concepts a developer has to learn to be productive. That’s not to say that there aren’t benefits from that but it’s definitely extra complexity compared to using web standards. |
|
Meanwhile, there simply aren’t web standards that match React’s capabilities.