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

feat: is synchronized with form state #41

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Faust587
Copy link

Provide a way to find out if synchronization with localstorage is complete.

Issue

On first launch this triggers two renders, in my case it’s make two requests to the API.

Solution

After synchronizing the localstorage data and the form state, update the value of the isSynchronized state to true, so I can check it in my code and do the request.

@psugihara
Copy link

i had just copied the source to do the same edit locally, though I like your naming better than my checkedStorage :)

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

Successfully merging this pull request may close these issues.

None yet

2 participants