Can I personalize entirely on the server and ship zero extra client JS?
My performance budget is strict and I enumerate everything that touches it. Constraints: no new client runtime on the critical path, no extra kilobytes in the main bundle, LCP element must stay server-rendered.
So the question is whether I can have Server Components resolve all the personalized content with nothing added to the client bundle for it, or whether a client runtime always has to come along
Was this helpful?
0 answers
Still have questions?