You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Infinite Scroll" and filtering list items are a very common pattern in web apps (especially in mobile app development). While it is feasibly possible to achieve this in Torso, it is currently some what cumbersome. I recently found this project: https://www.npmjs.com/package/backbone-list-controller which I think might really enhance Backbone Torso.
In it's current implementation Backbone List Controller is incompatible with Backbone Torso as it relies on extending Backbone via the window object. But I feel like it could be repurposed for use in the core Torso library to handle this type of pattern.
Thought the project owners might be interested in exploring the possibility of forking Backbone List Controller for use in Backbone Torso!
The text was updated successfully, but these errors were encountered:
"Infinite Scroll" and filtering list items are a very common pattern in web apps (especially in mobile app development). While it is feasibly possible to achieve this in Torso, it is currently some what cumbersome. I recently found this project: https://www.npmjs.com/package/backbone-list-controller which I think might really enhance Backbone Torso.
In it's current implementation Backbone List Controller is incompatible with Backbone Torso as it relies on extending Backbone via the window object. But I feel like it could be repurposed for use in the core Torso library to handle this type of pattern.
Thought the project owners might be interested in exploring the possibility of forking Backbone List Controller for use in Backbone Torso!
The text was updated successfully, but these errors were encountered: