Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/alePublic

✌️a Flexible and fast JavaScript view framework

License

NotificationsYou must be signed in to change notification settings

Ale-js/ale

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

107 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alejs-logo

About Ale.js

Introduction

Ale (Chinese: 啤酒) is a set of progressive frameworks for building user interfaces in the form of components. It believes that everything is a component. Unlike other large frameworks, Ale only needs you to focus on the data and does not need to care about any content related to the view. When you update the data, any places in the view that use it will be updated.


We combine some of the features ofVue andReact inAle to make it more convenient and lightweight. At the same time, thediff algorithm is also used in Ale (thanks to Ale's self-developed diff algorithm, which is only about 50 lines, extremely lightweight).


At the same time, in Ale, you don't have to worry about anything aboutperformance, because Ale is compressed (non-g-zip) only about 7kb in size, and the execution speed is also close to3 times that of Vue and React!


If you are already an experienced front-end developer and want to know the specific differences between Ale and other libraries/frames, check outCompare other frameworks.

Quick Start

//A very simple demoAle("helloworld",{template:"Hello World"})Ale.render("helloworld",{el:"#app"})

Browser Compatibility

Ale does not support IE8 and below because Ale uses ECMAScript 5 features that IE8 cannot simulate. But it supports all ECMAScript 5 compliant browsers.

Ecosystem

QQ group: (如果你来自中国,那么你可以加入我们的官方qq群)

ale.js 官方qq群

Documentation

To check out live examples and docs, visitalejs.org.

License

MIT

Copyright (c) 2018-present, Yingxuan (Bill) Dong

About

✌️a Flexible and fast JavaScript view framework

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2026 Movatter.jp