rsnext/packages/next/next-server/lib/router
Joe Haddad 6895f9b0f4
Replace <link rel=stylesheet> client-side transitions with <style> tags (#16581)
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
2020-08-26 16:34:53 +00:00
..
utils Make sure to break rewrites chain when dynamic route matches (#16455) 2020-08-22 05:15:45 +00:00
router.ts Replace <link rel=stylesheet> client-side transitions with <style> tags (#16581) 2020-08-26 16:34:53 +00:00