1.1.5 โข Published 6 years ago
llpage v1.1.5
๐ page operation model (in memory) with LRU & lifecycle strategy.
Install
$ npm install llpage
Feature
- โ๏ธ Support
keep-alive
in memory(LRU) - ๐ High-Performance page operator with Doubly Linked List(DLL)
- ๐ Elegant api such as
open
/close
/closeAll
/refresh
/closeOthers
- ๐ reactive inside
- ๐ฑ Support page lifecyle (sync/async)
Example
import { createLLPageManager, createPage } from 'llpage'
const testPage = createPage({
data: {},
async onCreate() {
await xx()
}
async onStart() {
await xx()
}
})
const ll = createLLPageManager({
size: 10
})
////////// some page op //////////
ll.open(testPage)
ll.close(testPage)
ll.closeOthers(testPage)
ll.closeAll()
Real-World Example
name | description | homepage |
---|---|---|
example | simple examples inside this repo | view |
Awesome list
name | description | homepage |
---|---|---|
rice | ๐งmicro-frontends framework based on llpage & react | view |
Contributors
Thanks goes to these wonderful people (emoji key):
Archer (็ฝๅฎ)๐ป ๐ ๐ง ๐จ ๐ |
---|
This project follows the all-contributors specification. Contributions of any kind welcome!
1.1.5
6 years ago
1.1.4
6 years ago
1.1.3
6 years ago
1.1.2
6 years ago
1.1.1
6 years ago
1.1.0
6 years ago
1.0.29
6 years ago
1.0.28
6 years ago
1.0.27
6 years ago
1.0.26
6 years ago
1.0.25
6 years ago
1.0.24
6 years ago
1.0.23
6 years ago
1.0.22
6 years ago
1.0.21
6 years ago
1.0.20
6 years ago
1.0.19
6 years ago
1.0.18
6 years ago
1.0.17
6 years ago
1.0.16
6 years ago
1.0.15
6 years ago
1.0.14
6 years ago
1.0.13
6 years ago
1.0.12
6 years ago
1.0.11
6 years ago
1.0.10
6 years ago
1.0.9
6 years ago
1.0.8
6 years ago
1.0.7
6 years ago
1.0.6
6 years ago
1.0.5
6 years ago
1.0.4
6 years ago
1.0.3
6 years ago
1.0.2
6 years ago
1.0.1
6 years ago
1.0.0
6 years ago