TopicTracker
From overreacted.ioView original
TranslationTranslation

How Imports Work in RSC

React Server Components use a layered module system where imports are resolved differently on server and client. This enables components to run exclusively on the server while allowing client components to import server components only for their children.

Related stories

  • Hashcards is a new open-source spaced repetition system that uses plain text files for organizing and reviewing flashcards. The system allows users to create and manage flashcards through simple text formatting while implementing spaced repetition algorithms to optimize learning retention.