Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Activity for boudagga.ma94
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Edit | Post #289027 | Initial revision | — | over 1 year ago |
Question | — |
Redux Toolkit Issue with Managing States I am all new with using Redux Toolkit, I followed the official documentation to setup the store: ``` // store.ts import { configureStore, ThunkAction, Action, combineReducers } from '@reduxjs/toolkit'; import counterReducer from '../features/counter/counterSlice'; import authReducer from '../f... (more) |
— | over 1 year ago |