Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptainOfPhB committed Aug 27, 2023
1 parent 731b505 commit a7ca250
Showing 1 changed file with 65 additions and 3 deletions.
68 changes: 65 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,75 @@ A collection of libraries you should know, mostly for front-end developer.

- [zod](https://github.com/colinhacks/zod): TypeScript-first schema validation with static type inference.
- [ts-pattern](https://github.com/gvergnaud/ts-pattern): The exhaustive Pattern Matching library for TypeScript, with smart type inference.
- [ts-toolbelt](https://github.com/millsp/ts-toolbelt): TypeScript's largest type utility library.

### React UI

- [antd](https://github.com/ant-design/ant-design): An enterprise-class UI design language and React UI library.
- [material-ui](https://github.com/mui/material-ui): MUI Core: Ready-to-use foundational React components, free forever. It includes Material UI, which implements Google's Material Design.
- [@arco-design/web-react](https://github.com/arco-design/arco-design): A comprehensive React UI components library based on Arco Design.
- [@douyinfe/semi-ui](https://github.com/DouyinFE/semi-design): A modern, comprehensive, flexible design system and React UI library. Provide more than 2,739+ Design Tokens and powerful DSM tools, easy to build your own design system. Make Semi Design to Any Design.
- [@mui/material](https://github.com/mui/material-ui): MUI Core: Ready-to-use foundational React components, free forever. It includes Material UI, which implements Google's Material Design.
- [@chakra-ui/react](https://github.com/chakra-ui/chakra-ui): Simple, Modular & Accessible UI Components for your React Applications.
- [@radix-ui/themes](https://github.com/radix-ui/themes): Radix Themes is an open-source component library optimized for fast development, easy maintenance, and accessibility.
- [rsuite](https://github.com/rsuite/rsuite): A suite of React components.
- [reactstrap](https://github.com/reactstrap/reactstrap): Simple React Bootstrap 5 components.
- [react-bootstrap](https://github.com/react-bootstrap/react-bootstrap): Bootstrap components built with React.

### Vue UI
### React UI Pro

- [navie-ui](https://github.com/tusen-ai/naive-ui): A Vue 3 Component Library. Fairly Complete. Theme Customizable. Uses TypeScript. Fast.
- [@ant-design/pro-components](https://github.com/ant-design/pro-components): Use Ant Design like a Pro.
- [@ant-design/pro-cli](https://github.com/ant-design/ant-design-pro): An out-of-box UI solution for enterprise applications as a React boilerplate.
- [@arco-design/arco-cli](https://github.com/arco-design/arco-design-pro): An out-of-the-box solution to quickly build enterprise-level applications based on Arco Design.

### React Mobile UI

- [antd-mobile](https://github.com/ant-design/ant-design-mobile): Essential UI blocks for building mobile web apps.
- [@arco-design/mobile-react](https://github.com/arco-design/arco-design-mobile): React mobile UI components library based on Arco Design.

### React Chart

- [@ant-design/charts](https://github.com/ant-design/ant-design-charts): A React Chart Library.

### React Virtual List

- [react-virtualized](https://github.com/bvaughn/react-virtualized): React components for efficiently rendering large lists and tabular data.
- [react-window](https://github.com/bvaughn/react-window): React components for efficiently rendering large lists and tabular data.

### Vue3 UI

- [naive-ui](https://github.com/tusen-ai/naive-ui): A Vue 3 Component Library. Fairly Complete. Theme Customizable. Uses TypeScript. Fast.
- [quasar](https://github.com/quasarframework/quasar): Quasar Framework - Build high-performance VueJS user interfaces in record time.
- [primevue](https://github.com/primefaces/primevue): Next Generation Vue UI Component Library.
- [radix-vue](https://github.com/radix-vue/radix-vue): Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.
- [element-plus](https://github.com/element-plus/element-plus): A Vue.js 3 UI Library made by Element team.
- [vuetify](https://github.com/vuetifyjs/vuetify): Vue Component Framework.
- [ant-design-vue](https://github.com/vueComponent/ant-design-vue): An enterprise-class UI components based on Ant Design and Vue.
- [@arco-design/web-vue](https://github.com/arco-design/arco-design-vue): A Vue.js 3 UI Library based on Arco Design.

### Vue3 UI Pro

- [arco-cli](https://github.com/arco-design/arco-design-pro-vue): An out-of-the-box solution to quickly build enterprise-level applications based on Arco Design.

### Vue3 Mobile UI

- [vant](https://github.com/youzan/vant): A lightweight, customizable Vue UI library for mobile web apps.

### Cross-Platform UI Toolkit

- [@ionic/cli](https://github.com/ionic-team/ionic-framework): A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.

### CSS

- [tailwindcss](https://github.com/tailwindlabs/tailwindcss): A utility-first CSS framework for rapid UI development.

### Mock

- [Mocks Server](https://github.com/mocks-server/main): Node.js mock server running live, interactive mocks in place of real APIs.

### Static Site Generator

- [Astro](https://github.com/withastro/astro): The all-in-one web framework designed for speed.

### Web Server

- [caddy](https://github.com/caddyserver/caddy): Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS.

0 comments on commit a7ca250

Please sign in to comment.