-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Ch8 - Parallel requests files #101
Comments
I tried to follow the instructions from the book and created a version for the missing code samples of chapter 8. I made it to the end of "Cancelling Requests" session: https://codesandbox.io/s/zealous-jang-sryws. |
Thanks @HelpMe-Pls. I tried something similar and I found the same issue. Beyond 5 chars it fails. But cut and paste a longer name into the textbox and it is not a problem ! |
@MoonTahoe @eveporcello Please have a look at my sandbox https://codesandbox.io/s/zealous-jang-sryws for my addition to the missing code sample of chapter 8 (from "Parallel Requests" to "Cancelling Request"). We tried to follow your instructions and had some issues mentioned above. I'd be very appreciate if you can point out what's going wrong and hopefully update this missing sample to the repo. |
@vidyabhandary I asked the Reactiflux community and one of them suggested to try "debounce": https://dev.to/gabe_ragland/debouncing-with-react-hooks-jci |
@HelpMe-Pls - In the first pass, I am running into problems trying to incorporate debounce. Repomenu gives an error with name undefined. May be timing issue ? |
@vidyabhandary Use optional chaining to solve the |
@HelpMe-Pls - Thank you so much for that discord link. I have joined ! :) On my local environment it is very slow though - there is a discernible wait while typing and getting the results. I don't see it in your sandbox link so must be something to do with my environment. |
@vidyabhandary to fix the |
@HelpMe-Pls - Yes that makes sense. |
Where are the files for the "Parallel Requests" example ? The waterfall files are present in the repository.
The text was updated successfully, but these errors were encountered: