Web Front-end
Bootstrap Tutorial
In addition to bootstrap, what other front-end frameworks are there?In addition to bootstrap, what other front-end frameworks are there?
Front-end frameworks except bootstrap: 1. Foundation; 2. AUI; 3. Frozen UI; 4. WeUI; 5. SUI; 6. Semantic UI; 7. UiKit; 8. Pure.

The operating environment of this tutorial: Windows 10 system, bootstrap version 3.3.7, DELL G3 computer
What other front-end frameworks are there besides bootstrap
AUI
The third one is AUI that has just emerged recently. Although the author claims that it is a UI framework specially designed for APICloud developers, in fact it still solves the problem. A common problem with many mobile front-end development is that CSS frameworks are mainly oriented towards hybrid development. It seems that the author is quite aggressive and uses various advanced CSS3s everywhere, which makes me have to check the compatibility of these CSS3s. Living up to expectations, I chose all the attributes that are compatible with each other. I was so excited that I learned a few good things from my seniors. The framework also provides components such as chat interfaces and counting lists, which solved many complex problems that made me curse. The layout can now be taken and used directly.
Summary: One advantage of this framework for me is that it is a pure CSS framework. I have used Pure before and I have some JS ability. If it is not a complicated effect, I can find a pure CSS framework and modify it myself. That's fine, and now CSS3 can also achieve animation, taking into account efficiency, quality, and efficiency, so I still chose this CSS framework. One thing I am dissatisfied with is that the documentation of this framework is really good, and it is said to be superior.
Frozen UI
Some time ago I saw that QQ instantly became taller. Later, I asked around and found out that QQ customer service also uses hybrid development, among which QQ member front-end uses It is Frozen UI, and this framework is open source. I was so happy that I could not bear the loneliness in my heart and tried it directly. In my first experience, I felt that the basic style effect is simple and the colors are refreshing. There is a relatively active community, so the components are relatively rich.
Summary: It would be cool to use Frozen UI with something like APICloud to make a hybrid APP, or use native turkeys to nest in the application for front-end development. This framework is suitable for android 2.3, It is compatible with ios 4.0, or it is an excellent choice to use it as a Web App. The disadvantages can be seen from the UI level. Who makes it born on the QQ member front-end?
WeUI
Both WeUI and FrozenUI are relatively specialized frameworks. WeUI is more specialized than FrozenUI. It doesn’t even have an official website. All questions and answers are on gitHub. Issues solved. This framework is extremely simple. Of course, the size is not to mention. There are only about 7 modules. However, the size is small but the work is good. The word-of-mouth rating is enough. The framework has been released on github since 16/1/23. The star exceeds 7K, but it does not rule out that users have no place to vent, so they all go to git, haha.
SUI
"SUI is a front-end component library developed based on bootstrap. It is also a set of design specifications. Through SUI, it can be very convenient to design and implement Beautiful page”. Sure enough, it is better to directly quote the boring official advertisement to save your own brain cells (囧...). Of course, as the advertisement said, if you have used Bootstrap before, you can easily switch to SUI. This may be what Taobao gives to the front-end losers. Welfare.
Semantic UI
The third from the bottom is Semantic UI. I came into contact with this framework because of Bootstrap. As soon as Semantic UI was launched on github, it attracted the attention of a large number of developers. Many people compare the two and criticize and praise them. You can't just raise your finger and start liking them just based on others' three or four sentences. After using them, I feel that the UI is not much different from Bootstrap, but the code naming convention But there is a big difference. I think Semantic UI just wants to do something different. Its naming is all in a compound way, and the class names are very discrete. When using it, you have to be careful about naming the classes you expand or add. Its class name conflicts.
Foundation
Foundation is considered a veteran in the framework industry. It is said that frameworks arrived early, and this framework is still so popular today. If you care more about Bootstrap If you develop embarrassing things that hit your face, then you can consider using Foundation. Even if you use predefined UI elements, it will not be too similar to other websites, just like the official said to give developers a more flexible framework experience.
UiKit
UIkit is developed by the YOOtheme team and is used in many WordPress themes (that is, if you are a WordPress enthusiast, then this framework should be more suitable In-depth study), and the framework can be edited through the GUI editor and manually, so it provides a flexible and powerful customization mechanism. The framework integrates the unique features of LESS, jQuery, normalize.css and FontAwesome open source projects into such a lightweight and modular front-end framework.
Pure
I came into contact with this framework when I was working on a management system. I chose to use it because the framework is compact and pure CSS. It doesn’t involve too much and is easy to use. To quickly combine with other frameworks.
Related recommendations: bootstrap tutorial
The above is the detailed content of In addition to bootstrap, what other front-end frameworks are there?. For more information, please follow other related articles on the PHP Chinese website!
Integrating Bootstrap Styles in React: Methods and TechniquesApr 17, 2025 am 12:04 AMIntegrating Bootstrap in React projects can be done in two ways: 1) introduced using CDN, suitable for small projects or rapid prototyping; 2) installation using npm package manager, suitable for scenarios that require deep customization. With these methods, you can quickly build beautiful and responsive user interfaces in React.
Bootstrap in React: Advantages and Best PracticesApr 16, 2025 am 12:17 AMAdvantages of integrating Bootstrap into React projects include: 1) rapid development, 2) consistency and maintainability, and 3) responsive design. By directly introducing CSS files or using the React-Bootstrap library, you can use Bootstrap's components and styles efficiently in your React project.
Bootstrap: A Quick Guide to Web FrameworksApr 15, 2025 am 12:10 AMBootstrap is a framework developed by Twitter to help quickly build responsive, mobile-first websites and applications. 1. Ease of use and rich component libraries make development faster. 2. The huge community provides support and solutions. 3. Introduce and use class names to control styles through CDN, such as creating responsive grids. 4. Customizable styles and extension components. 5. Advantages include rapid development and responsive design, while disadvantages are style consistency and learning curve.
Breaking Down Bootstrap: What It Is and Why It MattersApr 14, 2025 am 12:05 AMBootstrapisafree,open-sourceCSSframeworkthatsimplifiesresponsiveandmobile-firstwebsitedevelopment.Itofferspre-styledcomponentsandagridsystem,streamliningthecreationofaestheticallypleasingandfunctionalwebdesigns.
Bootstrap: Making Web Design EasierApr 13, 2025 am 12:10 AMWhat makes web design easier is Bootstrap? Its preset components, responsive design and rich community support. 1) Preset component libraries and styles allow developers to avoid writing complex CSS code; 2) Built-in grid system simplifies the creation of responsive layouts; 3) Community support provides rich resources and solutions.
Bootstrap's Impact: Accelerating Web DevelopmentApr 12, 2025 am 12:05 AMBootstrap accelerates web development, and by providing predefined styles and components, developers can quickly build responsive websites. 1) It shortens development time, such as completing the basic layout within a few days in the project. 2) Through Sass variables and mixins, Bootstrap allows custom styles to meet specific needs. 3) Using the CDN version can optimize performance and improve loading speed.
Understanding Bootstrap: Core Concepts and FeaturesApr 11, 2025 am 12:01 AMBootstrap is an open source front-end framework, and its main function is to help developers quickly build responsive websites. 1) It provides predefined CSS classes and JavaScript plug-ins to facilitate the implementation of complex UI effects. 2) The working principle of Bootstrap relies on its CSS and JavaScript components to realize responsive design through media queries. 3) Examples of usage include basic usage, such as creating buttons, and advanced usage, such as custom styles. 4) Common errors include misspelling of class names and incorrectly introducing files. It is recommended to use browser developer tools to debug. 5) Performance optimization can be achieved through custom build tools, best practices include predefined using semantic HTML and Bootstrap
Bootstrap Deep Dive: Responsive Design & Advanced Layout TechniquesApr 10, 2025 am 09:35 AMBootstrap implements responsive design through grid systems and media queries, making the website adapted to different devices. 1. Use a predefined class (such as col-sm-6) to define the column width. 2. The grid system is based on 12 columns, and it is necessary to note that the sum does not exceed 12. 3. Use breakpoints (such as sm, md, lg) to define the layout under different screen sizes.


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

SecLists
SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

Atom editor mac version download
The most popular open source editor

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

Dreamweaver CS6
Visual web development tools






