Skip to content
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

Allow users to configure client <head/> #834

Closed
rmorshea opened this issue Nov 14, 2022 · 0 comments · Fixed by #835
Closed

Allow users to configure client <head/> #834

rmorshea opened this issue Nov 14, 2022 · 0 comments · Fixed by #835
Labels
priority-2-moderate Should be resolved on a reasonable timeline. type-feature About new capabilities
Milestone

Comments

@rmorshea
Copy link
Collaborator

rmorshea commented Nov 14, 2022

Current Situation

At the moment, users are unable to configure the <head/> element of IDOM's client. They can use a script() to change details of the page after the fact, but this does not help in the case the user needs finer control of how/when resources load or for SEO.

Related discussions: #485, #833

Proposed Actions

Add a head parameter to all the built-in backends that accepts an HTML string or VdomDict. We'll need #435 to accomplish this.

@rmorshea rmorshea added type-feature About new capabilities priority-2-moderate Should be resolved on a reasonable timeline. labels Nov 14, 2022
@rmorshea rmorshea added this to the 1.0 milestone Nov 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority-2-moderate Should be resolved on a reasonable timeline. type-feature About new capabilities
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant