brisky-examples

0.0.8 • Public • Published

brisky-examples

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

helloworld

Simple Hello World example

npm start helloworld

dbmon

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

search

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

npm start search

collection

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

npm start collection

snake

Uses brisky as an animation engine

npm start snake

context

Demonstrates usage of shared types

npm start context

switcher

Switches between pages

npm start switcher

order

Order property, shared types

npm start order

chat

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

npm start todomvc

todomvc

Standard TodoMV* implementation done in Brisky

  • Also showcases speed benchmark in comparison with other frameworks.

npm start todomvc

Package Sidebar

Install

npm i brisky-examples

Weekly Downloads

4

Version

0.0.8

License

ISC

Last publish

Collaborators

  • vigour-io