sir , this is awesome but could be use multi reducers for newly Rn developers ? because can be undertand this sturucture how is work but newly beginners it could be come hard.
For me an error was 'reducer' is a required argument and must be a function or an object of functions that can be passed to combineReducers. which i solved by combining this reducer by const rootReducer= combineReducers({ user: UserReducer }) const MyStore = configureStore({ reducer: rootReducer }) export default MyStore;
Hats off to your hardwork❤️
Please also make a small project with apis using redux toolkit
Thank you so much 😊
Wlcm 😊
sir , this is awesome but could be use multi reducers for newly Rn developers ? because can be undertand this sturucture how is work but newly beginners it could be come hard.
Will post that too
@@EngineerCodewala thanx maybe add RTK query as l'ke createApi so thanx
Bhaiya formik pe full video post kare❣️
Great
Sir react native app sikhne ke liye java script ke kon konse topic clear hone chahiye sir.., 🙏
Check video list ek video dala hia mene javascript topics ka
@@EngineerCodewala okay sir thank you sir reply ke liye 🙏
Please make a video on WatermelonDB Database.
For me an error was
'reducer' is a required argument and must be a function or an object of functions that can be passed to combineReducers.
which i solved by combining this reducer by
const rootReducer= combineReducers({
user: UserReducer
})
const MyStore = configureStore({
reducer: rootReducer
})
export default MyStore;
Is data persist even after app is closed?
Yes in local storage
@@EngineerCodewala okay 👍
How to do it..?? In the same eg can you implement it?