@thangngoc89
Nothing here yet.
Nothing here yet.
No blogs yet.
Material UI doesn't use jQuery. And most React.js library try to stay away from jQuery as far as possible. Because jQuery mutates the DOM directly, and React assumes that it's the only one who mutates the DOM. Also, material-ui isn't from Google. The Material Design specs is from Google. material-ui is a library that implements Material Design specs.
All the library you listed above provide common components like Dropdown, title, sidebar, header, ... with default theme so you can create your app quickly. You can write those common components yourself or use libraries. But whatever you choose, choose it wisely. You don't want to fight the libraries to get stuff done.