- Does Ant Design Library size effect website performance? or adding lot of libraries in react will effect website speed ?
while looking on Ant.Design library size its showing 49MB , means while installing the antd libraries entire components are installing i guess.
if am importing only table component from antd does this loads whole library ?
Does this library size will effect the website in any ways? Is there any possibility to install the needed components separately?
i have found a section in antd documentation , its showing below
what does its means? only the components we imported only gets bundles in the build?
- Finlay one more question if i installed a library and not used it in the code does this library will be get bundled in the build?