I'm embarking on a new website project and I'm contemplating whether using a React UI Framework is the way to go, or if I should create my own components and grid system from scratch. I've been drawn to projects like ElementalUI's take on Bootstrap3, MaterialUI forms components, and Grommet, but they don't always integrate seamlessly due to differences in tools like SASS and LESS.
In past projects, I've experimented with various UI frameworks, only to find that when I needed to customize something outside of the framework's scope, it was often easier and more aesthetically pleasing to build it myself rather than trying to work around limitations.
Now, I'm leaning towards developing my own React components utilizing a combination of SASS and CSS3 for maximum flexibility and control.
Thank you!