Next.js Redux Boilerplate

Using Redux with server components is a bit different than in a traditional React app. Server components must be passed into StoreProvider.tsx as children. For more information, visit Redux's docs.

0