I am trying to add Material-Ui React components in my project and I'm confused with these 2 websites / libraries.
Material-Ui-Next -> https://material-ui-next.com/
Material-Ui -> http://www.material-ui.com
Both websites have a link to Github - https://github.com/mui-org/material-ui
Are they same or different? Both of them are using import {something} from 'material-ui/xxx'
to import the components.
I'm confused and which one I should learn/use in my project. Can you suggest?