Skip to content

Instantly share code, notes, and snippets.

@Nilanth

Nilanth/.jsx Secret

Last active July 17, 2021 17:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Nilanth/36ccb9125021be2d0659929157caaabf to your computer and use it in GitHub Desktop.
Save Nilanth/36ccb9125021be2d0659929157caaabf to your computer and use it in GitHub Desktop.
store-configure
import { configureStore } from '@reduxjs/toolkit'
import counterReducer from './counterSlice'
export const store = configureStore({
reducer: counterReducer
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment