Table of Contents
A plug-in only does one thing
5. UmiJS
6. G2
7. ahooks
8. Formily
9. Rax
10 . LowCodeEngine
11. Midway
12. BizCharts
13. Hilo
14.
Fusion Design is a working method designed to improve the efficiency of UI construction between design and development. By building standard protocols and workflows between design and front-end based on the DPL model, we can quickly build DPL that meets business requirements, improve DPL construction efficiency and application efficiency, and help businesses quickly implement UI construction.
Home Web Front-end JS Tutorial [Compilation and Sharing] Alibaba's 15 top front-end open source projects, see which ones you have used!

[Compilation and Sharing] Alibaba's 15 top front-end open source projects, see which ones you have used!

Aug 25, 2022 pm 07:09 PM
web front end front end Open source projects

This article takes a look at Alibaba’s popular front-end open source projects. Which ones have you used? If you haven’t used it before, you can try it!

[Compilation and Sharing] Alibaba's 15 top front-end open source projects, see which ones you have used!

Full text overview:

  • Ant Design: Enterprise-level UI design language And React component library

  • Element UI: Desktop component library based on Vue 2.0

  • Egg. js: Enterprise-level Node.js framework

  • Icejs: React-based mid- and back-end application solutions

  • UmiJS: Pluggable enterprise-level React application framework

  • G2: Data-driven high-interaction visual graphics syntax

  • ahooks: High-quality and reliable React Hooks library

  • Formily: MVVM form solution

  • Rax: Cross-container rendering engine

  • ##LowCodeEngine: Low code engine

  • Midway: The future-oriented cloud-integrated Node.js framework

  • BizCharts: Universal chart component library

  • Hilo: HTML5 interactive game engine

  • Solution

  • Fusion Design:

    Enterprise-level mid- and back-end UI solution

1. Ant Design

Ant Design is an enterprise-level UI design language and React component library. It has the following characteristics:

The interactive language and visual style extracted from enterprise-level mid- and back-end products.
  • High quality React components out of the box.
  • Developed using TypeScript, providing complete type definition files.
  • Full-link development and design tool system.
  • Dozens of international languages ​​supported.
  • Theme customization capabilities that go deep into every detail.

[Compilation and Sharing] Alibabas 15 top front-end open source projects, see which ones you have used!

##Ant Design Github (⭐️ 81.5k):
  • github.com/ant-design/…Ant Design Pro Github (⭐️ 32.7k):
  • github.com/ant-design/…Ant Design Mobile Github (⭐️ 10.5k):
  • github.com/ant-design/…2. Element UI
Element is a set of tools for development A desktop component library based on Vue 2.0 prepared by authors, designers and product managers.

[Compilation and Sharing] Alibabas 15 top front-end open source projects, see which ones you have used!Github (⭐️ 52.5k):

github.com/ElemeFE/ele…3. Egg.js

Egg.js is an enterprise-level Node.js framework. Egg's plug-in mechanism is highly scalable.

A plug-in only does one thing

. Egg aggregates these plug-ins through a framework and customizes configurations according to its own business scenarios, so that application development costs become very low. It has the following characteristics:

Provides the ability to customize the upper-layer framework based on Egg

    Highly scalable plug-in mechanism
  • Built-in multi-process management
  • Developed based on Koa, with excellent performance
  • Stable framework, high test coverage
  • Progressive development

##Github (⭐️ 18.1k): [Compilation and Sharing] Alibabas 15 top front-end open source projects, see which ones you have used!

github.com/eggjs/egg

4. IcejsFeibing is a React-based R&D solution that focuses on applications The R&D framework icejs provides basic capabilities such as basic construction, routing, and debugging, as well as capabilities in areas such as micro-front-end and integration. It also combines visual operations, material reuse and other solutions to lower the R&D threshold. It has the following characteristics:

  • Supports both Vite & Webpack modes, businesses can choose as needed
  • Out-of-the-box engineering capabilities: TypeScript/Webpack5/Vite/Style Scheme/Mock/...
  • Best practices that fit the business: directory specifications, code specifications, routing schemes, status management, data requests, etc.
  • Multiple application modes: supports SPA, MPA, and also supports server-side rendering SSR and static construction SSG
  • Powerful plug-in capabilities: All official capabilities are implemented through plug-ins, and business can expand various capabilities through plug-ins
  • Rich domain solutions: micro front-end solution icestark, integrated solution, React Hooks solution ahooks, form solution Formily, etc.

[Compilation and Sharing] Alibabas 15 top front-end open source projects, see which ones you have used!

Github (⭐️ 17.3k): github.com/alibaba/ice

5. UmiJS

umi is a pluggable enterprise-level react application framework. Umi is based on routing and supports both configured routing and conventional routing to ensure complete routing functions and expand functions accordingly. Then it is equipped with a plug-in system with a complete life cycle, covering every life cycle from source code to built products, supporting various functional expansions and business needs. It has many very interesting features, such as:

  • Enterprise level, more
  • plug-ins will be considered in terms of security, stability, best practices, and constraint capabilities. Everything can be changed, Umi itself is also composed of plug-ins
  • MFSU, a Webpack packaging solution that is faster than Vite
  • Complete routing based on React Router 6
  • The fastest by default Request
  • SSR & SSG
  • Stable white box performance and good ESLint and Jest
  • Frame-level access to React 18
  • Monorepo best practices

[Compilation and Sharing] Alibabas 15 top front-end open source projects, see which ones you have used!

Github (⭐️ 12.9k): github.com/umijs/umi

6. G2

G2 is a set of data-driven, highly interactive visual graphics syntax for conventional statistical charts, with high ease of use and scalability. Using G2, you don’t need to pay attention to various tedious implementation details of charts. You can use Canvas or SVG to build a variety of interactive statistical charts with one statement.

[Compilation and Sharing] Alibabas 15 top front-end open source projects, see which ones you have used!

Github (⭐️ 11.3k): github.com/antvis/g2

7. ahooks

ahooks is a set of high-quality and reliable React Hooks library. In the current development process of React project, a set of easy-to-use React Hooks library is indispensable. I hope ahooks can become your choice. It has the following characteristics:

  • Easy to learn and use
  • Supports SSR
  • Special processing of input and output functions, and avoids closure problems
  • Contains a large number of advanced Hooks refined from the business
  • Contains a wealth of basic Hooks
  • Built using TypeScript, providing a complete type definition file

[Compilation and Sharing] Alibabas 15 top front-end open source projects, see which ones you have used!

Github (⭐️ 10.1k): github.com/alibaba/hoo…

8. Formily

Formily is an abstraction MVVM form solution based on the form domain model. In React, the whole tree rendering issue for forms is very noticeable in controlled mode. Especially for data linkage scenarios, it is easy to cause page freezes. In order to solve this problem, Formily performs distributed management of the status of each form field, thereby greatly improving form operation performance. At the same time, it deeply integrates the JSON Schema protocol, which can help you quickly solve the problem of back-end driven form rendering. It has the following characteristics:

  • High performance
  • Ready to use out of the box
  • Linkage logic to achieve high efficiency
  • Cross-end capabilities, logic can cross frameworks , cross-terminal reuse
  • Dynamic rendering capability

[Compilation and Sharing] Alibabas 15 top front-end open source projects, see which ones you have used!

Github (⭐️ 8.3k): github. com/alibaba/for…

9. Rax

Rax is Alibaba’s most widely used cross-end solution, supporting developers to write Web, small programs, Cross-end applications in different containers such as Flutter. It has the following characteristics:

  • The syntax level of Rax is based on React, and you can use the React API with more than 80% support such as Hooks and Context.
  • The official supporting R&D framework Rax App supports TypeScript, Less/Sass and other basics. Engineering capabilities, supporting MPA, SPA, SSR and multiple capabilities
  • Supports development of small programs across different vendors such as Alipay/WeChat/Byte through complete Rax syntax, and can be downgraded to Web
  • Based on Web standards, support cross-end applications across multiple containers, including Web applications, Flutter applications (Kraken), and Weex applications
  • Rich cross-end ecosystem, such as cross-end component Fusion Mobile, cross-end API Uni API

[Compilation and Sharing] Alibabas 15 top front-end open source projects, see which ones you have used!

Github (⭐️ 7.8k): github.com/alibaba/rax

10 . LowCodeEngine

LowCodeEngine Low-code engine is a low-code R&D framework with powerful expansion capabilities provided for low-code platform developers. It is jointly produced by Alibaba Front-end Committee and DingTalk. Users can quickly customize a low-code platform that meets their business needs based on a low-code engine. It has the following characteristics:

  • Extracted from the enterprise-level low-code platform, the core engine is designed for expansion and pursues the design concept of the smallest kernel and the strongest ecology.
  • Ready to use out of the box High-quality ecological elements, including material systems, setters, plug-ins, etc.
  • Complete tool chains that support the full-link R&D cycle of material systems, setters, plug-ins and other ecological elements
  • Powerful Extensibility, has supported nearly 100 various vertical low-code platforms
  • Developed using TypeScript, providing complete type definition files

[Compilation and Sharing] Alibabas 15 top front-end open source projects, see which ones you have used!

Github (⭐️ 7.6k): github.com/alibaba/low…

11. Midway

Midway is a tool suitable for building Serverless services. Node.js framework for traditional applications, microservices, and mini program backends. It can use Koa, Express or Egg.js as the base web framework. It also provides basic solutions for standalone use, such as Socket.io, GRPC, Dubbo.js and RabbitMQ, etc. Additionally, Midway is also a Node.js serverless framework for front-end/full-stack developers. Building the apps of the next decade. Can run on AWS, Alibaba Cloud, Tencent Cloud and traditional VM/containers. Easy integration with React and Vue.

1[Compilation and Sharing] Alibabas 15 top front-end open source projects, see which ones you have used!

Github (⭐️ 5.9k): github.com/midwayjs/mi…

12. BizCharts

BizCharts is Alibaba's general chart component library, dedicated to creating efficient, professional, and convenient data visualization solutions for enterprise middle and backends. It is a React chart library based on G2 and G2Plot encapsulation, and has experienced Alibaba's complex business scenarios for a long time. After three years of baptism, it meets the needs of business implementation of conventional charts and highly customized charts in terms of flexibility, ease of use, and richness.

1[Compilation and Sharing] Alibabas 15 top front-end open source projects, see which ones you have used!

Github (⭐️ 5.9k): github.com/alibaba/Biz…

13. Hilo

Hilo is an HTML5 cross-terminal game solution developed by Alibaba Group. It can help developers quickly create HTML5 games. It has the following features:

  • Hilo supports packaged versions of multiple module paradigms, including AMD, CMD, COMMONJS, and Standalone. In addition, you can add and expand modules and types as needed;
  • Extremely streamlined module design, completely object-oriented;
  • Multiple rendering methods, providing DOM, Canvas, Flash, WebGL, etc. Multiple rendering solutions (currently patented);
  • full-end browser support and high-performance solution, unique Flash rendering solution, can run "cool" even in low-version IE browsers "Game; DOM rendering solution can significantly solve the performance problems encountered by low-performance mobile browsers;
  • Physics engine support - Chipmunk, supports self-expanding physics implementation; Bone animation support - DragonBones, with built-in bones Animation system - Tahiti (currently used internally);
  • Rich cases, mature framework, has been tested by multiple Alibaba Double Eleven and mid-year promotion interactive marketing activities;

1[Compilation and Sharing] Alibabas 15 top front-end open source projects, see which ones you have used!

Github (⭐️ 5.8k): github.com/hiloteam/Hi…

14.

1[Compilation and Sharing] Alibabas 15 top front-end open source projects, see which ones you have used!

Github (⭐️ 4.9k):

github.com/alibaba/x-r…15. Fusion Design

Fusion Design is a working method designed to improve the efficiency of UI construction between design and development. By building standard protocols and workflows between design and front-end based on the DPL model, we can quickly build DPL that meets business requirements, improve DPL construction efficiency and application efficiency, and help businesses quickly implement UI construction.

Github (⭐️ 4.2k):

github.com/alibaba-fus…

Original address: https://juejin.cn/post/7135382523672002590

(Learning video sharing:
Getting started with web front-end

)

The above is the detailed content of [Compilation and Sharing] Alibaba's 15 top front-end open source projects, see which ones you have used!. For more information, please follow other related articles on the PHP Chinese website!

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

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Chat Commands and How to Use Them
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

PHP and Vue: a perfect pairing of front-end development tools PHP and Vue: a perfect pairing of front-end development tools Mar 16, 2024 pm 12:09 PM

PHP and Vue: a perfect pairing of front-end development tools. In today's era of rapid development of the Internet, front-end development has become increasingly important. As users have higher and higher requirements for the experience of websites and applications, front-end developers need to use more efficient and flexible tools to create responsive and interactive interfaces. As two important technologies in the field of front-end development, PHP and Vue.js can be regarded as perfect tools when paired together. This article will explore the combination of PHP and Vue, as well as detailed code examples to help readers better understand and apply these two

Questions frequently asked by front-end interviewers Questions frequently asked by front-end interviewers Mar 19, 2024 pm 02:24 PM

In front-end development interviews, common questions cover a wide range of topics, including HTML/CSS basics, JavaScript basics, frameworks and libraries, project experience, algorithms and data structures, performance optimization, cross-domain requests, front-end engineering, design patterns, and new technologies and trends. . Interviewer questions are designed to assess the candidate's technical skills, project experience, and understanding of industry trends. Therefore, candidates should be fully prepared in these areas to demonstrate their abilities and expertise.

C# development experience sharing: front-end and back-end collaborative development skills C# development experience sharing: front-end and back-end collaborative development skills Nov 23, 2023 am 10:13 AM

As a C# developer, our development work usually includes front-end and back-end development. As technology develops and the complexity of projects increases, the collaborative development of front-end and back-end has become more and more important and complex. This article will share some front-end and back-end collaborative development techniques to help C# developers complete development work more efficiently. After determining the interface specifications, collaborative development of the front-end and back-end is inseparable from the interaction of API interfaces. To ensure the smooth progress of front-end and back-end collaborative development, the most important thing is to define good interface specifications. Interface specification involves the name of the interface

Is Django front-end or back-end? check it out! Is Django front-end or back-end? check it out! Jan 19, 2024 am 08:37 AM

Django is a web application framework written in Python that emphasizes rapid development and clean methods. Although Django is a web framework, to answer the question whether Django is a front-end or a back-end, you need to have a deep understanding of the concepts of front-end and back-end. The front end refers to the interface that users directly interact with, and the back end refers to server-side programs. They interact with data through the HTTP protocol. When the front-end and back-end are separated, the front-end and back-end programs can be developed independently to implement business logic and interactive effects respectively, and data exchange.

Java JPA open source project recommendations: Inject new vitality into your project Java JPA open source project recommendations: Inject new vitality into your project Feb 20, 2024 am 09:09 AM

In the field of Java programming, JPA (JavaPersistence API), as a popular persistence framework, provides developers with a convenient way to operate relational databases. By using JPA, developers can easily persist Java objects into the database and retrieve data from the database, thus greatly improving application development efficiency and maintainability. This article carefully selects 10 high-quality JavaJPA open source projects, covering a variety of different functions and application scenarios, aiming to provide developers with more inspiration and solutions to help create more efficient and reliable applications. These projects include: SpringDataJPA: springDataJPA is the Spr

What are the benefits of web standards What are the benefits of web standards Sep 20, 2023 pm 03:34 PM

The benefits of web standards include providing better cross-platform compatibility, accessibility, performance, search engine rankings, development and maintenance costs, user experience, and code maintainability and reusability. Detailed description: 1. Cross-platform compatibility ensures that the website can display and run correctly on different operating systems, browsers and devices; 2. Improving accessibility ensures that the website is accessible to all users; 3. , Speed ​​up website loading speed, users can access and browse the website faster, provide better user experience; 4. Improve search engine rankings, etc.

What are the default ports for web standards? What are the default ports for web standards? Sep 20, 2023 pm 04:05 PM

The default ports of the web standard are: 1. HTTP, the default port number is 80; 2. HTTPS, the default port number is 443; 3. FTP, the default port number is 21; 4. SSH, the default port number is 22; 5. Telnet , the default port number is 23; 6. SMTP, the default port number is 25; 7. POP3, the default port number is 110; 8. IMAP, the default port number is 143; 9. DNS, the default port number is 53; 10. RDP , the default port number is 3389 and so on.

Exploring Go language front-end technology: a new vision for front-end development Exploring Go language front-end technology: a new vision for front-end development Mar 28, 2024 pm 01:06 PM

As a fast and efficient programming language, Go language is widely popular in the field of back-end development. However, few people associate Go language with front-end development. In fact, using Go language for front-end development can not only improve efficiency, but also bring new horizons to developers. This article will explore the possibility of using the Go language for front-end development and provide specific code examples to help readers better understand this area. In traditional front-end development, JavaScript, HTML, and CSS are often used to build user interfaces

See all articles