• J
    Replace <link rel=stylesheet> client-side transitions with <style> tags (#16581) · 6895f9b0
    Joe Haddad 提交于
    This pull request replaces our client-side style transitions with `<style>` tags over async `<link rel=stylesheet>` tags. This should fix some edge cases users see with Chrome accidentally causing a FOUC.
    
    This also removes the need to perform an async operation before starting the render, which should remove any perceivable navigation delay.
    
    ---
    
    Fixes #16289
    6895f9b0
index.tsx 20.7 KB