This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
[✨] Modify head at runtime with useDocumentHead #71
Labels
[STAGE-2] incomplete implementation
Remove this label when implementation is complete
[STAGE-2] not fully covered by tests yet
Remove this label when tests are verified to cover the implementation
[STAGE-2] unresolved discussions left
Remove this label when all critical discussions are resolved on the issue
[STAGE-3] docs changes not added yet
Remove this label when the necessary documentation for the feature / change is added
[STAGE-3] missing 2 reviews for RFC PRs
Remove this label when at least 2 core team members reviewed and approved the RFC implementation
Is your feature request related to a problem?
I want to update the head content dynamically from a hook. I've got a theme picker and want to update the theme-color meta tag.
From what I understand this is currently impossible to update head properties at runtime.
Describe the solution you'd like
Two options :
useDocumentHead().meta
can be aSignal
.useDocumentHead()
could provide anupdate
method.I would rather use option 1.
Describe alternatives you've considered
Use the DOM api, but then it wouldn't work on the server.
Additional context
No response
The text was updated successfully, but these errors were encountered: