In the world of web development, frameworks are very common. New frameworks and templates are even produced every day. It is difficult for you to understand them all and decide which framework you should use. The essence of a front-end web framework is a collection of JavaScript, CSS, and HTML related components that you can apply to your daily projects, which can greatly save development time, especially in those urgent projects. Here, we have listed 10 front-end web frameworks for your reference. 1. Furtive 
This is a framework mainly for mobile devices. Nowadays, more and more people are paying more attention to mobile applications. This is a lightweight framework that can run on different browsers and also supports CSS and SCSS.
2. Csstyle
If you want to create an easily maintainable stylesheet, you can try this framework. It is based on mainstream design principles, and the framework uses a series of SASS mixed types to execute the program, which makes CSS more semantic and easier to read.
3. Muffin
It may not be a framework in the strictest sense, but it deserves your attention just the same. It is essentially a design-focused web template that you can use to help create static websites. It refers to the advantages and specifications of inuit.css, Boilerplate and Bootstrap to help your web development.
4. Kouto Swiss
This is an excellent framework based on CSS components, which has multiple uses and features to help you develop faster.
5. PowerToCSS
This is a lightweight framework designed based on SMACSS and DRY principles. It has CSS components. If you want to get started with a project quickly, this framework is a good choice. 6. Themosis WordPress Framework
This framework applies many PHP features, such as namespaces. In addition, it combines WordPress specifications and typical MVC architecture.
7. Material Framework
It has a smaller scope of use than the other frameworks introduced here, but it is absolutely lightweight and only contains CSS-based components. This framework can help you quickly understand and use CSS.
8. Material Design for Bootstrap
As the name suggests, this is a Bootstrap 3 theme. It allows you to quickly and easily create designs for your projects.
9. Material UI
Material UI is a CSS framework that implements Google's new Material Design design language. It is installable as an NPM package and uses browserify and reactify for dependency management and JSX transformations.
10. Materialize
Google launched the UI design specification at the IO conference. The specification is intended to unify the user experience of PC, Web and mobile applications. Current successful examples include the new Inbox application released by the Google Gmail team. The framework uses a lot of fresh designs and styles and comes in two versions: standard and SASS.
Original article: http://designposts.net/best-frontend-web-frameworks/ Translation: http://www.php100.com/html/dujia/2015/0127/8490.html (Translation: PHP100_Zeroing)
|