Skip to content

next js server side rendering with dynamic parameters and also how use "useSWR" with getServerProps()

Notifications You must be signed in to change notification settings

AmirMoradnejad12/Nextjs-ssr-witd-dynamic-props

Repository files navigation

Getting Started

step1:  open termial and run "npm install"
step2:  run "json-server -p 4000 db.json"
step3:   open another terminal (new teminal ) and run the development server:
    ```bash
    npm run dev
    # or
    yarn dev
    # or
    pnpm dev
    ```

About

next js server side rendering with dynamic parameters and also how use "useSWR" with getServerProps()

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published