Kent C. Dodds ๐ŸŒŒ @kentcdodds.com ยท Dec 1

After many long years, the most widely used React framework in the world has React Server Components support! And the migration story is iterative, not "big bang" ๐Ÿ’ฅ I think React Router's take on RSC is really great. Read the article and watch the whole video here: www.epicreact.dev/react-router...

17 likes 2 replies

?

Replies

Kent C. Dodds ๐ŸŒŒ ยท Dec 1

This is a great addition to the React Server Components workshop on Epic React: epicreact.dev/workshops/re... In this workshop, we build an RSC framework from scratch. So you have a great understanding of how RSC works making it so you can use it efficiently. 50% discount ends today!

Remco Haszing ยท Dec 1

Awesome! ๐ŸŽ‰ Since the export now needs to be named ServerComponent instead of default, does React Router also have a strategy for turning MDX into server components?