Skip to content

vigour-io/brisky-examples

Repository files navigation

brisky-examples

Build Status js-standard-style

Examples for most features of brisky - A lightning fast JS library for building state driven user interfaces.

Install and start the basic example npm i & npm start basic

Simple Hello World example

npm start helloworld

Db monster -- currently faster then all implementations on js-repaint-perf even faster then the vanilla example! When comparing make sure to move the slider to max updates

npm start dbmon

Uses focus and condition, connects a third party api and localstorage

npm start search

Rendering of 14k dom elements, uses optimization strategies for static items

npm start collection

Uses brisky as an animation engine

npm start snake

Demonstrates usage of shared types

npm start context

Switches between pages

npm start switcher

Order property, shared types

npm start order

Simple chat implementation, displaying the power of the Brisky Hub - inter-connected state without overhead.

npm start todomvc

Standard TodoMV* implementation done in Brisky

  • Also showcases speed benchmark in comparison with other frameworks.

npm start todomvc