Currently, HTML is rendered in the response by the server, but the CSS is linked through attributes, thus delaying proper page rendering until the stylesheet request is done.
Is it possible to inline CSS (or at least the 'start' stylesheet) like Next.JS does? Or is it planned?
Currently, HTML is rendered in the response by the server, but the CSS is linked through attributes, thus delaying proper page rendering until the stylesheet request is done.
Is it possible to inline CSS (or at least the 'start' stylesheet) like Next.JS does? Or is it planned?