mgonto / restangular

AngularJS service to handle Rest API Restful Resources properly and easily
MIT License
7.87k stars 840 forks source link

Making Restangular agnostic to the framework. #1352

Open hickscorp opened 8 years ago

hickscorp commented 8 years ago

Hello,

I have been an AngularJS developer for a while, and recently started using ReactJS. When working with AngularJS, using Restangular made my life much easier, and I really love the expressiveness of it.

Now, when using ReactJS, the closest thing to Restangular I've found is the Backbone models system... But I'm really not as happy with it as I am with Restangular.

I would like to know if there are any plans to decouple Restangular from AngularJS. I tried to have a good dive into its source code to maybe do the first step, but it was quite intimidating...

Cheers! Doodloo.

daviesgeek commented 8 years ago

This is definitely something I'd like to see as well. I know it was in the works for Restangular 2.0, but since mgonto is no longer maintaining the library, I'm not sure what the plans are.