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

Hi! is this package still actively maintained? #2

Open
jarvisluong opened this issue Aug 21, 2018 · 4 comments
Open

Hi! is this package still actively maintained? #2

jarvisluong opened this issue Aug 21, 2018 · 4 comments

Comments

@jarvisluong
Copy link

I'm doing research on offline-first CRUD application and came across this, however, this package isn't seem to be actively managed? Is this working well for the author?

@piranna
Copy link
Owner

piranna commented Aug 21, 2018

Yes, the package is being use in production :-) It didn't have updates in months because it didn't need them yet :-) Do you have any update improvement suggestion?

@jarvisluong
Copy link
Author

Looking at the code, I'm struggling to figure out a way to show the newly created entity together with the already created. For example this situation:

  • I have a post which have 4 comments (the post and the comments has already synced to the server)
  • User add one more comment and the network is bad so assume it will only be created locally.

so how to I get all 5 comments together and if yes how do I identify them (which id should I use)

@piranna
Copy link
Owner

piranna commented Aug 25, 2018

It should be done automatically since the local redux state has already the 5 comments. Do you have some code to replicate your problem?

@jarvisluong
Copy link
Author

Hi! Sorry for delayed response, I actually had the same question to the redux-offline library maintainer in this issue: redux-offline/tools#3

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