DevGeekPhoenix / nextjs-server-side-redux

Server Side Redux Configuration Sample For Next.js Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next.js Server-Side Redux Example

This repository contains an example project demonstrating how to integrate Redux with a Next.js application using server-side rendering. It showcases a setup that allows you to manage your application's state using Redux while taking advantage of Next.js's powerful server-side rendering capabilities.

Getting Started

First, run the development server:

yarn dev

Open http://localhost:3000 with your browser to see the result.

Built With

1- Next.js Next.js Documentation.

2- Redux Toolkit Redux Toolkit Documentation.

3- Redux Toolkit Query RTK Query Documentation.

3- Next Redux Wrapper Next Redux Wrapper npm.

About

Server Side Redux Configuration Sample For Next.js Project


Languages

Language:TypeScript 60.3%Language:CSS 38.8%Language:JavaScript 0.9%