After spending some time learning Vanilla JS and working on basic projects, I am eager to dive into React. However, before making the switch, I want to spend a little more time practicing Vanilla JS.
In my search for a CSS framework that would make prototyping easier and allow me to focus less on custom styles, I came across Material-UI. Since I plan to learn React soon anyway, I prefer not to deal with multiple frameworks like Materialize or Bootstrap.
I'm curious if it's possible to use Material-UI without React, sticking solely to vanilla HTML, CSS, and JS? Will using only the CSS styling cause any issues?
If so, could you provide some guidance on how to go about it? Is it as simple as including a style and link tag in my HTML document?