1.3.7 • Published 7 years ago

brisky v1.3.7

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

brisky

Build Status js-standard-style npm version Coverage Status

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

7 years ago

1.4.4

7 years ago

1.4.3

7 years ago

1.4.2

8 years ago

1.4.1

8 years ago

1.3.6

8 years ago

1.3.5

8 years ago

1.4.0

8 years ago

1.3.4

8 years ago

1.3.3

8 years ago

1.3.2

8 years ago

1.3.1

8 years ago

1.3.0

8 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago