Redux in React JS | Tamil | Redux toolkit | React Redux | Tamil Skillhub

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

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

  • @mastervikram2030
    @mastervikram2030 Год назад +3

    ivo naalaa enga nanbaa iruntheenga... yevlo tutorial paarthum yenakku clear illa... unga video romba helpful aa irunthuchu... we expect more videos from you... please don't disappoint us... thank you so much

  • @thirukumaran7294
    @thirukumaran7294 2 года назад

    super video bro, nerya video pathan onum puriyala, but ur explaining well. counter thavira vera edhachi example vachi soli thanga bro

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

    Perfect course for react in tamil keep going on bruhh 🔥

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

    Thank you:)

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

    Redux vandhu context mariya bruh?

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

      No context and redux are different. But both have unique features. Based on the scenario we have to choose which to implement in your application

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

    super bro 👍👍

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

    Redux saga na enanu konjam explain panirgala atleast short videovachum theliva...

  • @triples2961
    @triples2961 7 месяцев назад

    hi bro redux ku thani app create pani frontend code la import pananuma ?

    • @tamilskillhub
      @tamilskillhub  7 месяцев назад +1

      No not needed. You can utilise redux on your own application. Just you need to configure store, reducer is enough

    • @triples2961
      @triples2961 7 месяцев назад

      @@tamilskillhub thanks bro i have one doubt in my website user login panrathuku munadi header la erukaa icon guest nu eruku after login and singin guest nu eruka icon name avanga own username ma change aganum so ethuku database venuma ela without database redux use paniye panlama and please please etha pathi konja oru vd podunga bro 3 days la project panum

    • @tamilskillhub
      @tamilskillhub  7 месяцев назад

      Yeah we need user authentication like the logged in user is a valid person. Then we can have a redux state for that. You have to implement the login methods. Stay tuned I am working on Mern stack development for e commerce application with user and admin roles. Probably by next week it will be upload in our channel.

  • @monishajayamani2077
    @monishajayamani2077 2 года назад +1

    Bro first time increment la arrow function use pana apo y increment agala

    • @tamilskillhub
      @tamilskillhub  2 года назад +1

      Its because of this error - An immer producer returned a new value *and* modified its draft. Either return a new value *or* modify the draft.
      Intha error en vanthuchunah we are updating and also returning new state. Rendume same time pannakoodathu.
      1 Alternate solution using return in arrow function
      reducers: {
      increment: (state) => {
      return { ...state, value: state.value + 1 };
      },
      decrement: (state) => {
      return { ...state, value: state.value - 1 };
      }
      },
      You can have a look on this forum link - stackoverflow.com/questions/60806105/error-an-immer-producer-returned-a-new-value-and-modified-its-draft-either-r

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

    Bro neenga product list ah copy panningala atha yeathula poi panninga sollave illa detail ah

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

    thanks bro🤗

  • @shervinzion8823
    @shervinzion8823 2 года назад

    thanks

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

    💚