Removing the jquery/zepto dependency on backbone.router and views

前端 未结 3 2015
走了就别回头了
走了就别回头了 2021-02-10 03:18

Is there a forked/maintained version of backbone that completely eliminates the need for jquery or zepto to use both the router and views?

I wouldn\'t mind using backbon

3条回答
  •  攒了一身酷
    2021-02-10 04:02

    Yup here's one: https://github.com/inkling/backbone.native. It's a tiny adapter that allows Backbone to work while relying on only native DOM APIs.

提交回复
热议问题