|
|
|
|
|
by acemarke
3456 days ago
|
|
Nitpick: Redux-ORM is _only_ about managing relational data in normalized form locally. (Technically, it's not even Redux-specific - you can hand it any plain JS object to work with.) It doesn't do any remote requests or syncing. That said, it's a great abstraction for handling relational data, and I'm a huge fan of it. |
|