@furo/fbp

@furo/fbp #

@furo/fbp v6.11.0 Declarative programming with web-components.

フロー Furo Flow Based Programming #

enables you to write your web applications following the flow based programming paradigm.

Fully Declarative - No “Code” needed #

Instead of writing hundreds of lines of code with HTML element selectors and attaching EventListeners to them to write another HTML element selector for calling a simple method, simply express your intention and string them together.

Learn more about furo fbp

Installation #

npm:

1
npm i -S @furo/fbp`

What is inside #

Components #

  • empty-fbp-node
  • flow-bind Custom element to allow using furo-fbp's template features in a html document.
  • flow-repeat Custom element to allow using FBPs template features in repeated template