Use react-flexbox-grid without Webpack

Hello Everyone,

Can anyone advise me on how to use React-flexbox-grid without webpack?

I’ve googled and searched, but came up with nothing.

Thanks.

It uses CSS Modules so maybe it will work with : https://atmospherejs.com/nathantreid/css-modules

btw. here is another similar approach which uses Radium, maybe this one will work without CSS Modules : http://formidable.com/blog/2016/06/20/radium-grid-a-react-grid-system-injected-with-the-power-of-radium/

Thanks, @juliancwirko!

I really appreciate your reply.

However, I’ve no clue how to put CSS Modules together with React-Flexbox-Grid.

How do I translate the instructions for Webpack from React-Flexbox-Grid to match those from the CSS Modules package?

I think you just need to know how to use CSS Modules in Meteor (with the package which I’ve linked before) and then you could start from here : https://github.com/roylee0704/react-flexbox-grid#installation

I don’t use CSS Modules in Meteor, so I’m afraid I can’t help with configuration of the package :confused:

But hey, you can always check out more conventional solutions and just use normal styles/classes in React components. I mean for example standard http://flexboxgrid.com/

For example I use my own http://stylusgrid.com

1 Like

Thank you, Julian.

I ended up abandoning Material-UI and FlexBox. Too many surprises.

React-Bootstrap works well - sort of.