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
If you check out the react-component-pages demo and navigate from Home to Blog, you might see the blog post list bounce really quickly from the left to its indented position. I think this is happening because react-helmet takes a second to update the document <head> and include the page-specific CSS that is needed.
This is similar to one of the problems I ran into with #70: react-helmet's slight delay in adding elements to the <head> means it cannot be relied on for adding time-sensitive things like scripts and CSS.
🤔
The text was updated successfully, but these errors were encountered:
If you check out the react-component-pages demo and navigate from Home to Blog, you might see the blog post list bounce really quickly from the left to its indented position. I think this is happening because react-helmet takes a second to update the document
<head>
and include the page-specific CSS that is needed.This is similar to one of the problems I ran into with #70: react-helmet's slight delay in adding elements to the
<head>
means it cannot be relied on for adding time-sensitive things like scripts and CSS.🤔
The text was updated successfully, but these errors were encountered: