ServerPrerendered #49
Closed
KieranFleckney
started this conversation in
General
Replies: 2 comments 2 replies
-
Yes documentation doesn't make sense here. Currently you cannot handle prerendering if you inherit the |
Beta Was this translation helpful? Give feedback.
2 replies
-
With version |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying add ignis components to the new .net 8 app template. I understand from the docs https://ignis.dvolper.dev/docs/components/lifecycle that components using the ignis base don't re-render twice when using pre-rendering. However, I want pre-rendering to work, as from what I can tell ignis component don't pre-render at all. In the docs it says to implement IHandleAfterRender to get this desires result. However, I can not understand how that would work or get it to work. Any guidance would be good. Or would is it recommend that any component that needs pre-rendering to not be a ignis component
Beta Was this translation helpful? Give feedback.
All reactions