MobX Tutorial with React and Typescript

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

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

  • @Nate-kw9by
    @Nate-kw9by Год назад +2

    This tutorial was excellent. It had everything I needed to get started with MobX and integrate it into an existing project for practice. Thank you!

  • @andrewshaban2888
    @andrewshaban2888 4 месяца назад

    Thank you. Clear and concise. Subscribed!

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

    Excellent video. Very much appreciated

  • @JonathanCoe-my1gl
    @JonathanCoe-my1gl 3 месяца назад +2

    What wizard trick did you do ~13:15? No change appears in the video that is obvious.

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

    Thanks for this awesome tutorial Leo. Liked it.

  • @abhishekkumardeveloper
    @abhishekkumardeveloper Год назад +5

    what you removed 12:30 ? I didnt get that thing. its not visible what higher order component you removed. could you please explain?

    • @reedycat-f7r
      @reedycat-f7r Год назад

      I guess he removed 'observer(Roster)', i.e made it just 'export default Roster'

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

      Thankyou for asking! I had the same doubt lol

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

    Good Job 👍 Respect from Georgia ❤

  • @НадіяМіщук-ь7п
    @НадіяМіщук-ь7п 2 года назад +1

    Thank you very much for the tutorial

  • @aniket.kumarr
    @aniket.kumarr Год назад

    Great quality! Keep up the good work.

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

    awesome thanks for this great tutorial. I was using react typescript and mobx for my job and absolutely love it. unfortunatly I got laid off recently so hopefully I find another job that uses it!

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

      Sorry to hear Juswahh! MobX is a pleasure to work with and I am sure you will get another job in no time!

  • @IntegratorDima
    @IntegratorDima 2 месяца назад

    Great one, thanks a lot.

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

    Fantastic tutorial

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

    Great stuff! Appreciate the video

  • @bequitedev
    @bequitedev 8 месяцев назад

    Hey man , thank you for your help 🎉❤

  • @Roi007leaf
    @Roi007leaf 3 месяца назад

    Can we get a link to the code/repo? for further in depth look?

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

    good. plz record more about Mobx. tnx

  • @marcpanther8515
    @marcpanther8515 6 месяцев назад

    CRA didn't bother with devDependencies because webpack knows to only include the required items in the final build. devDependencies only matter if you are building npm packages, I think.

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

    Came for the thumbnail.

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

    Hard to follow this. The explanation of why you set teamHistory to true, and what that does, is unclear. Later in video you remove something to show that observables no longer work, but you don’t show or explain what you did. Frustrating. I was hoping this would teach me what I need to know, but there are too many confusing things about it

    • @medelhedihaddar7149
      @medelhedihaddar7149 3 месяца назад

      I think this is the change he made to show the importance of the observer >>