TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Goodies for Backbone: Backbone.Module, Backbone.Record and Backbone.ViewEvents

1 pointsby andreypoppover 12 years ago
Some small Backbone modules by me. The most interesting one here is Backbone.ViewEvents which is an alternative implementation of Events for Backbone.View — allows for view events to bubble up through the view hierarchy which is automatically inferred from views' position in DOM. I think it is in some way similar to Twitter's Flight approach to communicate between parent and child components.

no comments

no comments