Hacker News new | past | comments | ask | show | jobs | submit login

1. Stores can contain more than one "model", they cover a certain "domain"

2. Stores contain immutable data. This allows for reference equality checking which will yield performance gains

3. Stores do not contain asynchronous code. From the view of stores, it doesn't matter if user manipulates the state directly or triggered a fetch from a server.

Using Backbone models is a valid strategy in my opinion though...




Not to sound too defensive, but couldn't you do all these things with Backbone Models as well?




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: