Guide Menu

Introduction to binder.js

How it works

Binder is a lightweight library built on top of Web Components.
If you're comfortable with Web Components already then great but if not don't worry, this guide assumes no prior knowledge.

Goals

  • Work well with server rendered templates
  • Use existing DOM functionality, avoid reinventing the wheel
  • No build step

Next: Our First Controller