diff --git a/data/posts/merging-remix-and-react-router.md b/data/posts/merging-remix-and-react-router.md index 26c4184e..6b37c8b1 100644 --- a/data/posts/merging-remix-and-react-router.md +++ b/data/posts/merging-remix-and-react-router.md @@ -12,7 +12,7 @@ authors: We've been building a bridge. You can hear Ryan talk about this announcement at React Conf 🎥 - + For nearly 4 years we've been working on Remix, a fullstack framework built on web standards to help you build better websites and applications. React Router has always been Remix's largest dependency after React itself. The two projects are so closely aligned that we [updated React Router][remixing-react-router] to include Remix's great loading patterns, and later [rewrote Remix][react-routering-remix] to _even more directly depend_ on React Router.