markerikson / redux-ecosystem-links

A categorized list of Redux-related addons, libraries, and utilities
5.23k stars 372 forks source link

Entity collection management with on demand loading #84

Closed jared-evari closed 5 years ago

jared-evari commented 5 years ago

Do any of the entity collection management libraries support "on demand" loading and if so, can they be highlighted with said feature? On demand loading is never signalling an action to start a fetch until a component tries to get the value of a resource so it eliminates the need for an "on mount" callback.

markerikson commented 5 years ago

No idea :) I've only listed them, I haven't tried any of them myself (except for Redux-ORM).

If you find any, feel free to comment here with that info.