- Notifications
You must be signed in to change notification settings - Fork5
✌️a Flexible and fast JavaScript view framework
License
Ale-js/ale
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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.
//A very simple demoAle("helloworld",{template:"Hello World"})Ale.render("helloworld",{el:"#app"})
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.
QQ group: (如果你来自中国,那么你可以加入我们的官方qq群)
To check out live examples and docs, visitalejs.org.
Copyright (c) 2018-present, Yingxuan (Bill) Dong
About
✌️a Flexible and fast JavaScript view framework
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.

