You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently looking into integrating Stencil with NextJS 14 and App Router.
Do you guys have a working example with a working SSR example in NextJS + App Router? It seems like it's not easily possible to use web-components on the server components side. All previous examples I could find with Next were using the pages router, so I'd be thrilled if you guys could give a detailed implementation guide and possibly also add it to your Docs.