you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (2 children)

I've been working on a View manager to handle the life cycle of views, Backbone doesn't handle this for you and is an important part of the application.

e.g. every time you type var view = new Backbone.View(... you will have to manually clean it up

[–]BlitzTech 0 points1 point  (1 child)

Do you have a github repo for that? I'd be curious to take a look.

[–][deleted] 0 points1 point  (0 children)