|
|
|
|
|
by girishso
2312 days ago
|
|
They solve two different problems. jQuery: Add some javascript features like ajax/animation/some DOM manipulation to a (dynamic/static) HTML page. React: Create the dynamic HTML from scratch, that will still do ajax/animation etc. |
|