DEV Community

Discussion on: Creating a Reusable Grid System in React

Collapse
 
singhacz profile image
singha-cz

That's a cool lib, man. Especially if you don't want to or for some reason can't use a framework like Bootstrap, Material UI or Ant Design. They usually have much more than just grid available for a developer to utilize. I find most of the time that is the case.

Collapse
 
jarodpeachey profile image
Jarod Peachey

Thanks! Yeah, at first I was hesitant because there are tons of UI kits with native grid systems. But I couldn't find one that was auto-responsive without any props.

And you're right, this is a lot simpler. It's only supposed to be a grid, nothing more, nothing less.