Fork me on GitHub
#re-frame
<
2020-01-02
>
Janne Sauvala08:01:53

Hi, a noob question: can I add some popular react UI/CSS framework (material/semantic) to a re-frame SPA? And do you have an example repo where I could check how it’s done?

pwojnowski09:01:35

Yes, you can, but don't have ready example. But some other folks here do that, so maybe could provide examples.

thanks2 4
pcj20:01:13

Yes, you can! This has helped me with my re-frame & material-ui application: http://reagent-project.github.io/docs/master/material-ui.html Depending on your project, I would check out the wonderful re-com library https://github.com/day8/re-com

Janne Sauvala23:01:02

Oh, that’s nice! Thanks for pointing those out. Haven’t heard about re-com library but I’ll check it out

robert-stuttaford09:01:57

i used https://bulma.io/ with re-frame in https://github.com/robert-stuttaford/bridge. i chose bulma because it comes with no js baggage.

Janne Sauvala10:01:46

Thanks, Robert! 🙏:skin-tone-2: