-
Notifications
You must be signed in to change notification settings - Fork 8
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
Data fetching on client-side directly from GitHub API #325
base: main
Are you sure you want to change the base?
Data fetching on client-side directly from GitHub API #325
Conversation
Signed-off-by: Alexandre Nicastro <[email protected]>
…s to custom APIs Signed-off-by: Alexandre Nicastro <[email protected]>
@AlexxNica is attempting to deploy a commit to the ipfs-ignite Team on Vercel. A member of the Team first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Some thoughts around following your approach on how it works and improves performance:
|
Signed-off-by: Alexandre Nicastro <[email protected]>
Signed-off-by: Alexandre Nicastro <[email protected]>
Signed-off-by: Alexandre Nicastro <[email protected]>
Signed-off-by: Alexandre Nicastro <[email protected]>
Signed-off-by: Alexandre Nicastro <[email protected]>
@whizzzkid are there other ways to cache responses from the client without the downside of having to store them as opaque responses? What do you think of using standard HTTP caching mixed with the service worker in the background to check for changes/updates? We could use conditional requests to check if the content has changed before calls. |
Working on getting better loading times for roadmaps with suggestions from #33.
This is still a draft and it needs some cleanup and syncing before moving to ready for review.
Changes