0

As there are two way to import material components.

import Grid from '@material-ui/core/Grid';
and 
import { Grid } from '@material-ui/core';

Does this affect production build size and any performance issue?

  • You can check out the [documentation on minimizing bundle size](https://material-ui.com/guides/minimizing-bundle-size/#when-and-how-to-use-tree-shaking) on this matter. – AnsonH Aug 28 '21 at 07:35

0 Answers0