Please don't submit PRs here as they will be closed. To edit the docs or source code, please use the main repository:
MUI Core is a collection of React UI component libraries designed to help developers ship new features faster. It includes Material UI, Joy UI, Base UI, and MUI System. Material UI is a comprehensive library featuring Google's Material Design system. Joy UI is a library of beautifully designed React UI components. Base UI provides unstyled components for developers to have complete control over their app's CSS and accessibility features. MUI System offers CSS utilities to assist in rapid layout customization.
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.
Stylelint is a modern linter for CSS that helps you avoid errors and enforce consistent styling conventions. It provides rules for detecting errors and warnings, and can be configured to match your specific project's requirements.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.
Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.