I’m a full stack developer who has experience with several front-end tools like Reactjs, Vuejs, and jQuery as well as some back-end tools like PHP, Laravel, Node, and Express.
Location
IL
Education
AAS in Information Technology/Web Development
Work
Senior Software Development Engineer at Wizards of the Coast
Hey all! 👋 I’m Ryo, a Sr. Design Technologist at PlayStation. I do web dev with React/TS/Node and game dev with Unity/C#/C++/OpenGL/DirectX. Feel free to ask me any questions! 🤘
Ant Design is great if you want a "minimal" design aesthetic.
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.
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...