Home > Web Front-end > JS Tutorial > body text

What are the React mobile frameworks?

青灯夜游
Release: 2020-12-17 18:03:05
Original
3901 people have browsed it

React mobile frameworks include: 1. Material-UI, a UI interface framework based on React; 2. Semantic-UI-React; 3. Ant Design Mobile; 4. Onsen UI; 5. NowUI, etc.

What are the React mobile frameworks?

【Related tutorial recommendations: React video tutorial

React mobile framework

1. Material-UI

Material-UI components work independently. They are self-supporting and inject only the styles they need to display. They do not rely on any global style sheets such as normalize.css. Material-UI was developed for mobile first, we coded for mobile devices first and then extended components as needed using CSS media queries. To ensure correct rendering and touch scaling on all devices, add a responsive viewport meta tag to the element.

Chinese documentation: https://material-ui.com/getting-started/installation/

github address: https://github.com/mui-org/material-ui

2. Semantic-UI-React

Semantic-UI-React has an extremely rich and beautiful UI component library, and it is very well structured. The React version is officially published. All React components have a very simple API and concise attributes, and do not rely on jQuery. They operate the virtual DOM to improve performance and bring a more perfect user experience.

Chinese documentation: https://onebugman.cn/semantic-ui/introduction/getting-started.php

github address: https://github.com/Semantic-Org/Semantic -UI-React

3, Ant Design Mobile

A UI component library based on Preact / React / React Native.

Chinese document: https://mobile.ant.design/index-cn

github address: https://github.com/ant-design/ant-design-mobile/

4. Onsen UI

The fastest way to create beautiful, high-quality hybrid mobile apps using React and Onsen UI.

Online documentation: https://onsen.io/react/

github address: https://github.com/OnsenUI/OnsenUI

5, NowUI

NowUI is a mobile UI component framework based on React, covering various common UI components and some tool components.

Software homepage: https://github.com/iv-web/nowui

Software documentation: https://github.com/iv-web/nowui/blob/master/README .md

For more programming-related knowledge, please visit: Programming Teaching! !

The above is the detailed content of What are the React mobile frameworks?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!