1.3.7 • Published 9 years ago
brisky v1.3.7
brisky
Brisky is a lightning fast universal js library for building state driven user interfaces.
It consist of multiple sub-modules, each module adding specific funcitonality
examples
Find and create examples on our example repo. A simple introduction:
const render = require('brisky/render')
const element = {
$: 'person',
foo: {
text: {
$: 'name'
}
},
bar: {
text: {
$: 'age'
}
}
}
const state = {
person: {
name: "John",
age: 24
}
}
document.appendchild(render(element, state))1.3.7
9 years ago
1.4.4
9 years ago
1.4.3
9 years ago
1.4.2
9 years ago
1.4.1
9 years ago
1.3.6
9 years ago
1.3.5
9 years ago
1.4.0
9 years ago
1.3.4
9 years ago
1.3.3
9 years ago
1.3.2
9 years ago
1.3.1
9 years ago
1.3.0
9 years ago
1.2.1
10 years ago
1.2.0
10 years ago
1.1.0
10 years ago
1.0.4
10 years ago
1.0.3
10 years ago
1.0.2
10 years ago
1.0.1
10 years ago
1.0.0
10 years ago
0.0.2
10 years ago
0.0.1
10 years ago