Reusing backbone views/routes on the server when using Backbone.js pushstate for seo/bookmarking

前端 未结 2 1705
一生所求
一生所求 2020-12-15 11:29

I\'m doing some due diligence on backbone for a single page app and wonder if it is possible to re-use the same views/routes from the client on the server side, so that when

2条回答
  •  天命终不由人
    2020-12-15 11:44

    This project does exactly what you are trying to do. It might interest you to check it out. https://github.com/developmentseed/bones

提交回复
热议问题