Skip to content

mugukamil/nextjs-skyfall-cards

Repository files navigation

Essentials of React Server Components

React Server Components is probably the most hotly discussed topic right now in the React ecosystem. Since the introduction of React hooks, this is by far the biggest change in the landscape and will fundamentally change the way React applications are written. Or will it?

Setup repository

  1. Extract the SQLite database within /data/oracle.db.zip into a /data/oracle.db file
  2. Run pnpm install
  3. Run pnpm dev
  4. Navigate to http://localhost:3000/

Further material

nextjs-skyfall-cards