You should make our components agnostic to the libraries
Ex.
If you want to use some third party for styling, you should make a component and import this component to our project,
And then, if we change the library (right now we use Material-UI), we only have to remake the first component
You should make our components agnostic to the libraries
Ex.
If you want to use some third party for styling, you should make a component and import this component to our project,
And then, if we change the library (right now we use Material-UI), we only have to remake the first component