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

Change ssr markup string before sending to client #946

Open
Brandaser00 opened this issue Mar 15, 2022 · 0 comments
Open

Change ssr markup string before sending to client #946

Brandaser00 opened this issue Mar 15, 2022 · 0 comments

Comments

@Brandaser00
Copy link

Is your feature request related to a problem? Please describe.

Basically, I need to change some attributes on elements right before the markup stringt is sent to client. Is there a place where I can add my handler? Or is there any other way to do it?

Describe the solution you'd like

Pass a handler function which would transform some parts of the markup.

Describe alternatives you've considered

Changing attributes directly in the components is not a good option, since I need to dynamically change them based on different parameters.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant