Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What does this library do? #2

Open
markerikson opened this issue Apr 23, 2017 · 1 comment
Open

What does this library do? #2

markerikson opened this issue Apr 23, 2017 · 1 comment

Comments

@markerikson
Copy link

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?

@saltas888
Copy link
Owner

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

@saltas888 saltas888 reopened this Sep 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants