Frontend Framework (react-boostrap, bootstrap, semantic-ui

Hello, i want to use a framework with my clojurescript/reagent responsive app. which one do you recommend for a responsive app? which one is more effective and easier to use?

1 Like

It depends … but when in doubt bootstrap is usually a good choice. Or maybe bulma - comes without Javascript. I start all my projects with tachyons. Functional and easy to use and if I think I need more I switch to another framework.

Most of the ui frameworks can be used with cljs, personally i recommend material-ui

We use bulma.io, it is comfortable to use and it is CSS-only. In comparison to many other CSS frameworks which intertwine CSS and JavaScript.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.