You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. Ran across this repo while browsing Github for "redux"-related entries. Skimming the source code, it looks like this does something related to entity/collection management, but without docs or a README it's a bit hard to tell. Can you clarify what the intended use cases are and what it does?
The text was updated successfully, but these errors were encountered:
Hello @markerikson. It's currently under development.
I'm trying to create a library that will help you to integrate with redux and manage your redux state efficiently, without needed of writing Actions, types, reducers, schemas(normalizr), functions for fetching data from API .
So you wouldn't need to write all that boilerplate for pagination, entities etc..
It will handle and store the data automatically, and the only thing you will have to do, is calling:
loadItems, loadMoreItems & loadItem. Then it will knows if you already have ask for that item or those items.
Currently it seems to work well with redux saga middleware. I want to add the option of using it with redux thunk as well and then to write the documentation of using and then to release it.
Unfortunately, I'm so busy this period and I think it will be ready in the next month
Hi. Ran across this repo while browsing Github for "redux"-related entries. Skimming the source code, it looks like this does something related to entity/collection management, but without docs or a README it's a bit hard to tell. Can you clarify what the intended use cases are and what it does?
The text was updated successfully, but these errors were encountered: