Feature summary:
Remove (or somehow reduce) the amount of time we are obliged to see the warning message.
Use-cases:
Every time we load a function, we get a flash of the message "This page displays in a limited way without JavaScript."
Per chat discussion, this is "because we don't have server side rendering available at the Foundation, and having two rendering pipelines would have been expensive".
However, minimizing the visibility/distraction of this message would be beneficial.
Benefits:
Reading the message on every page-load is distracting and unhelpful, and potentially disrupts a user's chain-of-thought.
Suggested solution:
Make the required JavaScript load with the page (and not after the page is already loaded), so you don't get that flash effect.
[Filing on behalf of chat discussion participants. Please edit the description if I've misunderstood anything!]