Pasvaz/bindonce
Zero watches binding for AngularJs observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4866
- days_rel: n/a
- days_push: 2846
- n_releases_24m: 0
Adoption not part of the score
2700 stars · 274 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
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
library · maturity abandoned
frontend-framework ui-components templating web-development frontend performance browser angularjs data-binding watchers performance-optimization legacy javascript
1 source
- readme: https://github.com/Pasvaz/bindonce · fetched 2026-08-28 · 1c22cc16a442
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Pasvaz/bindonce | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem