|
|
|
|
|
by joesb
2945 days ago
|
|
Virtual DOM and ability to derived your DOM state from props and state is not something you can easily done with jQuery or any UI library that doesn't have that concept. It's not something you can easily implement yourself either. That's the main part that makes React code maintainable. |
|