A few weeks back when I was working on a project using React and Material UI (I am a newbie to React) . I wanted to know how many different frameworks are available out there in the web developers world so, I thought of asking this question on the LinkedIn React Developers group.
I was so happy to see that I have got almost 45 suggestions from all the React developers and they have also shared their experience about using that framework also.
I then thought of jotting down all the framework’s together as it’s a very important information for the beginner like me.This will definitely help someone looking for this type information.
Here is the list
- Material UI : Material-UI is a set of React components
- React-Toolbox : https://react-toolbox.com/
- Ant design : https://ant.design/
- Bulma : A modern CSS framework based on Flexbox
- Semantic UI React : https://semantic-ui.com/
- React-bootstrap : https://react-bootstrap.github.io/getting-started.html
- Styled components : https://www.styled-components.com/
- React-jss : https://github.com/cssinjs/jss
- Blueprint : Blueprint CSS
- React-md : https://react-md.mlaursen.com/
- Tachyons : TACHYONS – Css Toolkit
- Primefaces : PrimeFaces | Ultimate UI Framework for Java EE
Some new framework’s added to the list
- Coreui :https://coreui.io/
- ExtReact :https://www.sencha.com/products/extreact/#app
Also, some developers has suggested that they do not prefer to use any UI ( CSS is the appropriate term) framework. Writing your own sass is better as you have more control over it and also you can create your own custom styled react components.
Material UI: As of now I have used only Material UI ,so I can only tell about this framework.
- Pros:
It’s easy to use and gives a nice look and feel to site . It’s syntax is like React only so that’s make you pretty comfortable while using it.
- Cons:
Difficult to customize the CSS.
Recent Comments