javascript - Decouple backbone.js and jquery -


i evaluating whether should use backbone.js

i interested in nice structure of backbone. hesitant use jquery backend (since have other js library used).

is true use backbone "must" include jquery dependency..?

pretty question i've asked myself lot. it's not problem exclude jquery or zepto, if don't need sync or backbone.view.

backbone uses jquery.ajax syncing, hard create manually ( if want cross-browser support ), , dom events, heavily integrated in backbone.view. there jquery related backbone.history.

the problem persist anywhere need backbone features, ground backbone functionality.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -