-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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(vercel): ISR #6739
feat(vercel): ISR #6739
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
|
Co-authored-by: Paul Valladares <[email protected]>
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.
From what I can see, it looks great! Nice work :)
LGTM
Thanks 😊 |
Quick q so I can prioritize, @lilnasy - I see you made the implementation PR into a draft last week. Would anything there that you might rework change this user-facing documentation, or is this content safe to review? Thanks! |
It is safe to review. The reason for making it draft was resolved soon after. |
This is going to need all that good stuff from the other PR's changeset! |
From what I've seen with other frameworks, vercel documents ISR in more depth on their site. SvelteKit, for example. We have an opportunity to keep the changes here minimal and link to Astro on Vercel when it updates. How much should we exercise this opportunity? |
We need to document the configuration options! our stuff: Unless, you're telling me those are all Vercel options that you can throw in your
rather than make it look like these are particular |
I am trying to figure out the criteria of what goes in the readme. Should |
My general rule is: anything that we built, literally anything you can configure or use that only we control, we should document. If, for example (as I think was once the case with something in an adapter or middleware or something), we use/support someone else's entire options (we exactly mirror them), then a link to them would be sufficient. I don't know what Does that help? |
That helps, thanks! I've documented I don't have the full context for |
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.
Nice work @lilnasy! Left a couple of comments.
Co-authored-by: Chris Swithinbank <[email protected]>
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.
Some changes suggested to bring the readability up to that of the changeset from the other PR!
(No paragraphs inside code samples, plz! 😅 )
Co-authored-by: Sarah Rainsberger <[email protected]>
@sarah11918 Thanks, this is much clearer now! |
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.
Readibility was improved by 1000%, thank you @lilnasy for tackling this and everyone else. LGTM 😁
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.
Lovely work @lilnasy — I think this looks great 🙌
Tiny final suggestion to highlight the isr
options in a couple of code blocks but basically LGTM 🚀
Co-authored-by: Chris Swithinbank <[email protected]>
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.
Thank you @lilnasy for your great work getting this into docs format! Ready for you to merge at will! 🫡
Description (required)
Related issues & labels (optional)