For further actions, you may consider blocking this person and/or reporting abuse
Read next
Programmatically displaying nav menu from an array and binding to its url property
Olukayode Asemudara -
Seeking Guidance on the Path to Web Development: My Journey So Far and Next Steps
Liubov Vas -
Optimizing React Apps for Performance: A Comprehensive Guide
Humjerry⚓ -
Meme Monday
Ben Halpern -
Top comments (7)
I just use good old Bulma. I just use npm to install it and import it in the App component like so:
I've seen options for React components for this like Bloomer but they seemed to complicate things a bit more than necessary for me.
There's also options like ReactStrap which turns Bootstrap 4 elements into React Components.
+1
I've started moving over to Bulma from customizing Bootstrap and so on.
If you mean UI frameworks with React components, I recommend:
A lot of companies have their own design systems you can download and use, like Shopify's Polaris or Segment's Evergreen. Adele has a great table of the design systems and the tech they use (SASS vs CSS in JS / React vs HTML components / etc). There's also this 'awesome-design-systems' Github that has a similar table.
You can also use any CSS framework with React, so stuff like Semantic UI, Bootstrap, Bulma, Foundation, Materialize works too.
material-ui.com/
I think you may not know React Suite, so I recommend it.
github.com/rsuite/rsuite
Thanks all. So far I liked Ant Design. I will check on the other designs as well.
Fluent UI
developer.microsoft.com/en-us/flue...