-
Notifications
You must be signed in to change notification settings - Fork 10
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
Layouts (Templates) and Pages #955
Closed
15 tasks
Milestone
Comments
thescientist13
added
the
RFC
Proposal and changes to workflows, architecture, APIs, etc
label
Jul 1, 2022
18 tasks
thescientist13
moved this to 📋 Backlog
in [Greenwood] Phase 9 - Standards and Conventions
Oct 29, 2022
thescientist13
moved this from 📋 Backlog
to 🔖 Ready
in [Greenwood] Phase 9 - Standards and Conventions
Oct 29, 2022
17 tasks
This was referenced Oct 8, 2023
thescientist13
moved this from 🔖 Ready
to 🏗 In progress
in [Greenwood] Phase 9 - Standards and Conventions
Dec 31, 2023
This was referenced Feb 1, 2024
20 tasks
This was referenced May 18, 2024
thescientist13
moved this from 🏗 In progress
to 👀 In review
in [Greenwood] Phase 9 - Standards and Conventions
Jun 18, 2024
This was referenced Jun 21, 2024
Merged
39 tasks
github-project-automation
bot
moved this from 👀 In review
to ✅ Done
in [Greenwood] Phase 9 - Standards and Conventions
Jun 22, 2024
1 task
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Type of Change
RFC
Summary
Worth thinking about reviewing any DX considerations for Templates and Pages.
Details
Things that come to mind:
getTemplate
andgetBody
if anything, now that weHTMLElement
SSR support. Does it make sense to have multiple ways to SSR a page?(compilation, page, request)
) - Anyway to clean this up?getBody
->getPage
?getFrontmatter
->getMetadata
?<meta>
(a la React helmet)<slot>
instead of<content-outlet>
? Or maybe not?/
)The text was updated successfully, but these errors were encountered: