New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bkb

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bkb

An Unopinionated JavaScript Framework for Front-end Applications.

  • 0.28.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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.

Keywords

FAQs

Package last updated on 09 Jul 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc