DeloitteAU / react-habitat

⚛️ 🛅 A React DOM Bootstrapper designed to harmonise a hybrid 'CMS + React' application.
Other
262 stars 42 forks source link

CSS modules #7

Closed moimikey closed 7 years ago

moimikey commented 7 years ago

This isn't an issue, but I was curious as to whether or not react-habitat was able to support something like css modules out of the box? i use react-css-modules extensively and wanted to know if it would mesh well with react-habitat

thanks

jennasalau commented 7 years ago

Hi @moimikey

react-habitat will work with react-css-modules no problem.

Basically react-habitat is a utility wrapper of react-dom and you can use any of your favourite frameworks with React as per normal :)