Redux Toolkit CRUD operation with Example For Beginners 🔥 | Engineer Codewala

Поделиться
HTML-код
  • Опубликовано: 12 янв 2025

Комментарии • 18

  • @ajitrai1945
    @ajitrai1945 Год назад +2

    Hats off to your hardwork❤️

  • @umairali2360
    @umairali2360 Год назад +1

    Please also make a small project with apis using redux toolkit

  • @RohitKumar-dz8dh
    @RohitKumar-dz8dh Год назад +1

    Thank you so much 😊

  • @74n3r
    @74n3r Год назад +1

    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.

    • @EngineerCodewala
      @EngineerCodewala  Год назад

      Will post that too

    • @74n3r
      @74n3r Год назад

      @@EngineerCodewala thanx maybe add RTK query as l'ke createApi so thanx

  • @ajitrai1945
    @ajitrai1945 Год назад

    Bhaiya formik pe full video post kare❣️

  • @umairali2360
    @umairali2360 Год назад

    Great

  • @Buntyyd48
    @Buntyyd48 Год назад +1

    Sir react native app sikhne ke liye java script ke kon konse topic clear hone chahiye sir.., 🙏

    • @EngineerCodewala
      @EngineerCodewala  Год назад

      Check video list ek video dala hia mene javascript topics ka

    • @Buntyyd48
      @Buntyyd48 Год назад

      @@EngineerCodewala okay sir thank you sir reply ke liye 🙏

  • @chandrashekharrawat9202
    @chandrashekharrawat9202 Год назад

    Please make a video on WatermelonDB Database.

  • @usmanraees4855
    @usmanraees4855 11 месяцев назад

    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;

  • @anchalpatel10
    @anchalpatel10 8 месяцев назад +1

    Is data persist even after app is closed?