What\'s the best practice to implement routing using the material-ui@next? In the previous version I could use containerElement with a Link>
material-ui@next
containerElement
Link>
You can use Link as parent component for MenuItem:
Link
MenuItem
go to my route go to another route