Skip to content

Instantly share code, notes, and snippets.

@Nilanth

Nilanth/.jsx Secret

Last active July 17, 2021 17:17
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