-
Notifications
You must be signed in to change notification settings - Fork 6
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
demo/content as data #49
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
thescientist13
added
needs upstream
Notes that this item exposes an issue with a dependency (usually Greenwood)
demo
labels
May 22, 2024
✅ Deploy Preview for super-tapioca-5987ce ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
thescientist13
force-pushed
the
demo/content-as-data
branch
2 times, most recently
from
May 25, 2024 23:59
e17cf81
to
31b7dfc
Compare
thescientist13
force-pushed
the
demo/content-as-data
branch
from
July 6, 2024 18:33
d146c7e
to
4ac49d0
Compare
31 tasks
thescientist13
added
docs
Greenwood specific content like docs and guides
and removed
docs
Greenwood specific content like docs and guides
labels
Sep 5, 2024
An implementation has landed as part of #33 / #94 and will be part of the next Greenwood RC after ProjectEvergreen/greenwood#1266 merges. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
demo
needs upstream
Notes that this item exposes an issue with a dependency (usually Greenwood)
question
Further information is requested
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Related Issue
Exploring some of the ideas being discussed in ProjectEvergreen/greenwood#1167
Summary of Changes
Ideas being explored
Additional Explorations
getCollection
(ex. - prototyping SSR GraphQL with prerendering and WCC #1)I guess we'll need some sort of "content" server?greenwood serve
?<content-outlet>
using HTML Web Components"
breaks that. So right now just pleasing the build and not Prettier 🙈 - have to use"
?APOLLO_DATA
?Thoughts / Questions
resolve
loadersglobalThis
namespace?linkheadings
->toc
prerender
caveat - only your components run once, not your generic inline<script>
tags!<script type="application/json">
data-gwd-opt="static"
, should we create something likeuse static
? 🤔<my-heading><h1>Hello World!</h1></my-heading>
-><h1>Hello World!</h1>
🤔 🤔