This repository has been archived by the owner on Nov 10, 2023. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix: debounce fetch apps #1021
Fix: debounce fetch apps #1021
Changes from all commits
04776f4
7415444
cd1444e
da85abe
bc6be07
2f30977
2046e87
46cd3a7
28e5b26
6ba3f9d
fafd94f
41c3fdd
fa8b216
7313e78
285521e
cfe908d
bfef944
d679bf9
7c6c9cd
c80db53
f3edd9b
41330c5
8df4101
fff6c44
a2bf47a
9c4d4ae
cafafc8
280c100
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wdyt about implementing this hook yourself? I added a link above where you can find the source code for it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmm.. so this is the same case as in AppAgreement component, I wonder what is so special about this form...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is there a reason to use an interface instead of a type?
As far I understand we should use type unless it could be extended in somewhere else.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure, I've been using interface lately.
Do we have a decision made around that or a standard?
https://github.com/typescript-cheatsheets/react-typescript-cheatsheet#function-components