0.28.2 • Published 5 years ago

bkb v0.28.2

Weekly downloads
47
License
CC0-1.0
Repository
github
Last release
5 years ago

Bkb

Open the Bkb Documentation.

Bkb is a lightweight front-end framework. It is robust enough to be used in production, but the API is still not documented. And I will continue to redesign some part of the API until the version 1.0.0 will be published.

Bkb is a non-opinionated framework. It does almost nothing:

  • No virtual DOM or templating (neither data binding);
  • No services (http, router, etc.);
  • No data structuring (redux, collections & models, …).

To achieve these purposes, you will use the libraries you want.

Bkb will help you to organize your code in a fashion that each part of your program is self contained and reusable. We call that a component (it is not a Web component). At runtime, each instance of a component is located in a tree. Like the DOM elements and events, a component has the ability to emit and listen to events of its children, parents, etc.

This project is inspired from Backbone.js:

In an ecosystem where overarching, decides-everything-for-you frameworks are commonplace, and many libraries require your site to be reorganized to suit their look, feel, and default behavior — Backbone should continue to be a tool that gives you the freedom to design the full experience of your web application.

Install

npm install bkb

License

Public domain.

© 2017-2018 Paleo; Released under the CC0 License.

0.28.2

5 years ago

0.28.1

6 years ago

0.28.0

6 years ago

0.27.7

6 years ago

0.27.6

6 years ago

0.27.5

6 years ago

0.27.4

6 years ago

0.27.3

6 years ago

0.27.2

6 years ago

0.27.1

6 years ago

0.27.0

6 years ago

0.26.0

6 years ago

0.25.0

6 years ago

0.24.0

6 years ago

0.23.1

6 years ago

0.23.0

6 years ago

0.22.0

6 years ago

0.21.1

6 years ago

0.21.0

6 years ago

0.20.5

6 years ago

0.20.4

6 years ago

0.20.3

6 years ago

0.20.2

6 years ago

0.20.1

6 years ago

0.20.0

6 years ago

0.19.0

7 years ago

0.18.1

7 years ago

0.18.0

7 years ago

0.17.4

7 years ago

0.17.3

7 years ago

0.17.2

7 years ago

0.17.1

7 years ago

0.17.0

7 years ago

0.16.5

7 years ago

0.16.4

7 years ago

0.16.3

7 years ago

0.16.2

7 years ago

0.15.99

7 years ago

0.16.1

7 years ago

0.16.0

7 years ago

0.0.0

9 years ago