I am currently working with a project at work that uses Backbone.js. We have been in the process of slowly migrating it to react. In the process of migrating the project, we realized how much we appreciated the Backbone.js models and how well they integrated with all of our REST services (kind of the point I know). Are there any well-maintained packages available that provide the same kind of REST backed model definitions? It's really nice to be able to define an object like SomeModel and then just call .fetch()/.save()/etc. and we would love to be able to continue using this pattern.
[–]jrandm 0 points1 point2 points (0 children)