Local storage status

Tom Scavo trscavo at gmail.com
Sat Aug 29 10:45:48 EDT 2015


On Fri, Aug 28, 2015 at 9:19 PM, Cantor, Scott <cantor.2 at osu.edu> wrote:
>
> Lot of testing to do, but it looks pretty nice to me. With Javascript on the extra redirects/views really aren't very noticeable, just a flash once in a while.

Do a google search on "flash of unstyled content".

I use this in my client-side apps:

// helps prevent a "flash of unstyled content"
$('html').addClass('js');

Of course that requires jquery, not sure if it can be done without jquery.

Tom


More information about the dev mailing list