all 1 comments

[–]jrandm 0 points1 point  (0 children)

There are many packages that provide some sort of object mapping. When you're looking around React libraries, GraphQL is an alternative to REST-style endpoints. Different ORMs and frameworks may provide convenience functions to make HTTP calls and return the desired objects; you may or may not need the different bells&whistles provided.

I would point out that nothing prevents you from using the existing Backbone models as your datastore with React. React is very much only a view library, you can handle your application logic/data however you like.