ericelliott / object-list

Treat arrays of objects like a db you can query.
MIT License
43 stars 2 forks source link

Back records with irecord #13

Open ericelliott opened 9 years ago

ericelliott commented 9 years ago

Records should be immutable, should emit change events, and behave like Rx Observables.

irecord takes care of all that, but we'll need to change some things here before we can start using it.