React Context API with TypeScript | UserContext React TypeScript

Поділитися
Вставка
  • Опубліковано 5 січ 2023
  • Follow me on Twitter:
    / adir1521
    Follow me on LinkedIn
    / adityakadam2194
    Follow me on GitHub
    github.com/adityar15
    Website
    adiranids.com
    Join this channel to get access to perks and exclusive videos:
    / @webdevwithartisan
  • Наука та технологія

КОМЕНТАРІ • 29

  • @TabuHana
    @TabuHana Рік тому +7

    You legit saved me. I've watched so many tutorials and they didnt make any sense with typescript. I copied your code and played around with it and it made so much sense. The solution was so simple, but it was hard for me to understand. Thank you so much man!!

  • @CussionTR
    @CussionTR Рік тому +2

    Thanks for the tutorial man. I wasn't sure how to type everything in the app I'm working on, so you were very helpful👍

  • @admin_3exe46
    @admin_3exe46 7 місяців тому

    from all guides online this vid really helped, comment for the algorithm, much deserved, thanks!

  • @connornusser-mclemore631
    @connornusser-mclemore631 Рік тому +1

    this video was so calming and nice to watch. thanks :D

  • @syneticsolutions344
    @syneticsolutions344 Рік тому +1

    Excellent, very concise!

  • @chrisstef
    @chrisstef Рік тому

    Very insightful. Thanks for making a complex topic look simple 🙌🙌

  • @timothedavid6477
    @timothedavid6477 11 місяців тому

    love you its since some days I cannot do it , you are a master in react !

  • @dontignore5567
    @dontignore5567 2 місяці тому

    Awesome. Best explanation. Thank you so much. Solved every query of context

  • @alterickoo
    @alterickoo 11 місяців тому

    wonderful explanation man. thanks!

  • @AllySykes-fi6xd
    @AllySykes-fi6xd Рік тому +2

    Thank you for this video.
    I had given up on typescript and was going to revert to Javascript until I found this video.

    • @WebDevWithArtisan
      @WebDevWithArtisan  Рік тому

      Thanks for the kind words. I am so happy to see you putting back trust in TS😁

  • @spiralforge
    @spiralforge Рік тому

    Thank you so much. This helped me a lot.

  • @nwekemaxwell6595
    @nwekemaxwell6595 Рік тому

    very detailed ❤️thank you very much💯💯🙌

  • @faizanahmad5464
    @faizanahmad5464 6 місяців тому

    Really a great tutorial. very underrated video

  • @tasnimalam6881
    @tasnimalam6881 6 місяців тому

    To the point nice one💯

  • @dev_franqqi
    @dev_franqqi 3 місяці тому

    Great❤

  • @milanpavlovic8141
    @milanpavlovic8141 4 місяці тому

    Thank you for this helpful video

  • @andersonmartins8988
    @andersonmartins8988 Рік тому

    Thanks a lot for this video, so much helpfull

  • @alexpiano
    @alexpiano 8 місяців тому

    Thank you sir! really useful tutorial

  • @alya_zagatskaya
    @alya_zagatskaya 7 місяців тому

    Thank you so much 🙏

  • @usertechguru
    @usertechguru 4 місяці тому

    Thank You sir this very helpful video me

  • @hyr7942
    @hyr7942 Рік тому

    thank you !!!!! 😃😃😃😃😃😃😃😃😃😃😃

  • @jareeshcm444
    @jareeshcm444 11 місяців тому

    your sample looked very clean and structured, thanks for the session.
    is this code available some where?
    I am facing an issue with passing the user object in tsx ()
    it throws not assignable error for 'user'

  • @Victor-Ike
    @Victor-Ike 9 місяців тому

    What if you declare handler functions inside userprovider and try to pass them into the user details as values. Typescript will complain that they are not in the initial state. I wanna be able to pass derived state variables into the context provider without initializing them in state

  • @AshokKumar-do3wn
    @AshokKumar-do3wn 6 місяців тому +1

    how to get the suggestion lines of code as you got in the video. If we need to use any extension what is that ?

  • @zubaerhaq
    @zubaerhaq Рік тому +1

    share which plugin you use fo this auto-suggestion/snippet

    • @danielgruner
      @danielgruner Рік тому +1

      He mentioned it at 3:35 : Its Copilot. :)

  • @terjeber
    @terjeber 2 місяці тому

    This doesn't compile in React 18 and Typescrip
    Tip: It is incredibly useful if you publish the code for your lectures somewhere