Replies: 1 comment 1 reply
-
This is exactly how it should work. Component libraries (or any other library) should be explicitly installed. To make a meaningful app the you might also need libraries for routing or state management. Many developers have different preferences and most of them might remove the libraries anyway. This is why Material UI (or any other library) provide installation documentation. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When creating an app using create-react-app @material-ui/core components need to be explicitly installed. Understand that the intent is to make it modular but since no meaningful app can be created without the core components, either they should be explicitly installed or there should be clear instructions stating they need to be installed.
Beta Was this translation helpful? Give feedback.
All reactions