This section explains how to apply updates to your project effectively.
When upgrading to a new version, the core areas you should focus on include:
src/theme
src/layouts
src/components
src/utils
src/hooks
We recommend updating only the parts you are actively working with. You can copy and overwrite components from the latest version as needed.
š” Use Git to track changes and review differences before applying them.
You can always check and reference the latest components here: š minimals.cc/components
npm i @mui/[email protected]
not npm i @mui/material@latest
)Since the product is based on React and MUI, be sure to review changelogs:
Since this is a product that uses many dependencies and has many components, you will also need to manually check the components you are working on to update it.
Keeping changes isolated and well-tracked ensures a smoother upgrade process.