Backbone.js frontend with RESTful Rails backend?

后端 未结 3 2142
温柔的废话
温柔的废话 2021-01-30 10:00

I started in the web development world with PHP, and then Rails in the recent few years. Since then I\'ve been doing all my web projects in Rails.

Recently there seems

3条回答
  •  广开言路
    2021-01-30 10:32

    It is my opinion that contemporary web applications are moving towards this model of having RESTful back-end and all the view interactions coded in front-end. These free video tutorials from Joe Zim:

    http://www.joezimjs.com/javascript/introduction-to-backbone-js-part-1-models-video-tutorial/

    helped me understand backbone and how it can simplify templating and view renders.

提交回复
热议问题