Create custom style rules in a React application using Material-UIs makeStyles hook

InstructorThomas Greco

Share this video with your friends

Send Tweet

Material-UI v4 provides users with different style APIs for customizing UI components. In this lesson we explore the makeStyles hook. By the end we'll have walked through the process of using this API to generating CSS classes which we can use inside of our React components.