# Pasvaz/bindonce

Zero watches binding for AngularJs

Repository: https://github.com/Pasvaz/bindonce
Canonical: https://ross.abutalabs.com/products/bindonce
Language: JavaScript
License Family: other
Last push: 2018-11-17T21:13:13+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4866, "days_push": 2846, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2700, forks 274 (observed 2026-08-28T04:07:11.364211+00:00)

## What it is
Bindonce is an AngularJS library that provides zero-watch data binding directives (bo-* equivalents of ng-* directives) for rendering static, immutable data. It reduces the number of Angular watchers to avoid UI lag in large lists.

## Use cases
- render large static lists in AngularJS without watchers
- fix frozen UI caused by too many Angular watchers
- optimize AngularJS performance for immutable data
- replace ng-bind and ng-href with one-time bindings
- reduce digest cycle cost in legacy AngularJS apps

## When to choose
- you maintain a legacy AngularJS 1.x app with watcher-related performance issues
- you render large lists of data that never change after being displayed

## When to avoid
- you use modern Angular (2+) or any other framework
- your bound data changes frequently and needs live two-way binding
- you are starting a new project - AngularJS is end-of-life

## Facets
- artifact type: library
- maturity: abandoned
- function: frontend-framework, ui-components, templating
- domain: web-development, frontend, performance
- platform: browser
- tags: angularjs, data-binding, watchers, performance-optimization, legacy, javascript

## Member repositories
- Pasvaz/bindonce (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:11.364211+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:16:00.491655+00:00, confidence not recorded.
  - readme: https://github.com/Pasvaz/bindonce (fetched 2026-08-28T04:07:11.364211+00:00, sha 1c22cc16a442)
- Data as of 2026-08-30T08:39:29.467469+00:00.
