Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Ember Data without Ember?

I have been using Ember for 1.5 years now and I have to admit: coming from Rails it totally changed the way I am thinking now about web apps. I has shaped my mind that much that I can't even code front-end stuff on Rails.

But I would like to check other frameworks like React or even write my own mini framework. The thing is that I feel ember-data just like Rails ActiveRecord and it's super good and vital on any js app. No need to re-invent the wheel there. So just like AR, is there a way to build a js app and using Ember-Data in order to explot all the functionality that Ember-Data gives (like models, finders, queries, adapters/serializers etc) ?

Has anyone done such a thing? :D

like image 860
vasilakisfil Avatar asked Sep 26 '22 09:09

vasilakisfil


1 Answers

There are libraries like Ember Data for other frameworks, but from my experience, none of them are as good. To name a few, there is JS Data (the successor to Angular Data), Breeze, and dstore.

like image 68
iamdtang Avatar answered Oct 03 '22 15:10

iamdtang