Using Redux Toolkit With Next.js App Ismail Pe @ismailpe · 29d View original post Integrating Redux Toolkit with Next.js app. Use `useAppDispatch` and `useAppSelector` hooks from `redux/hooks.js`. Create store instance in `store.js` and wrap app with `StoreProvider` component.