-
Notifications
You must be signed in to change notification settings - Fork 25
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: speed run photo uploader #289
base: main
Are you sure you want to change the base?
Conversation
rather than doing this in the headless component, do it in the provider so that hook users also get a page of results
weird timing issues occur when you try to do this in the provider - move it to the hook to get around them
very ugly, but a demonstration of the simplest possible photo upload app, implemented in 5 minutes
it would be cool to refine this app to stay basically as simple but leverage styling etc where possible, and then put it in the repo as an example of good code, but also have a 5 min speed run building it. None of this is urgent if what we have here is enough to unblock @gobengo's research. |
I think it's better to have this in the provider so that anyone using this context gets a page of results previously I thought this wouldn't work, but that was just because I wasn't doing a good job with dependency management - now that it's configured to re-run the load any time the space or agent change, it seems to work as expected
e449b3d
to
74941b8
Compare
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 74941b8:
|
very ugly, but a demonstration of the simplest possible photo upload app, implemented in 5 minutes:
photo-uploader-speedrun.mp4