/next-server-component-data-fetching-article

The code for my article on how to fetch data in a React server component

Primary LanguageTypeScript

Steps to Set Up

  • Step 1: Clone the repo with HTTP or GitHub CLI
  • Open your terminal and cd to the folder of the cloned project (it should be next-server-component-data-fetching-article)
  • Run npm install to install all the dependencies
  • Run npm run dev to start the development server
  • Play around with the code to see how things work