didierfranc / redux-react-starter

DEPRECATED use the new https://github.com/didierfranc/react-webpack-4
MIT License
134 stars 35 forks source link

Great starter but I am bad with css, help needed. #6

Closed rolele closed 7 years ago

rolele commented 7 years ago

Hi, thanks for this starter I think it is great. I see that you are using styled-component which is great. My problem is that I have no talent with css so I try to use libraries like bootstrap.

The only problem is that I would like to still use css-module and only bundle the css that I actually use in my app. Also doing chuncking on the css. I do not think this is possible with react-bootstrap. I think you include bootstrap globaly and your component className attr will be plain string.

I guess there is many way to do it I just can not find an efficient one. I guess my question is: How to integrate bootstrap to your starter in an efficient manner (because I am terrible with css)?

didierfranc commented 7 years ago

I just tested the following guide https://react-bootstrap.github.io/getting-started.html and everything is fine 😉