💥 Angular State Management - When is it Needed and Why?

Sdílet
Vložit
  • čas přidán 18. 03. 2020
  • This video is part of the Reactive Angular Course - angular-university.io/course/...
    Check out the PDF E-Books available at the Angular University -
    angular-university.io/my-ebooks
    For more videos tutorials on Angular, check the Angular University website - angular-university.io
    Follow us:
    Twitter - / angularuniv
    Facebook - / angular.university

Komentáře • 11

  • @HurikaneTv
    @HurikaneTv Před 3 lety +1

    This is the first time i am actually understanding statement, Thank you so much

  • @Vietnamcamping89
    @Vietnamcamping89 Před 4 lety +1

    good explaination mate

  • @omaralexandro2928
    @omaralexandro2928 Před 4 lety +1

    Vasco, thanks for the video. I can't wait to take the course!
    When will the course launch?

  • @smartest497
    @smartest497 Před 4 lety +1

    i just love your videos i follow you,this is first comment and i m the first to c it.

  • @DeepakPandey-ij3bz
    @DeepakPandey-ij3bz Před 3 lety

    Thanks for the informative tutorial. I have one query, we can use observables if we need to share data between the components. Because, internally store is also using observables to provide the updates or sharing the data between components. Please share your thoughts...

  • @Ratchet2022
    @Ratchet2022 Před 3 lety

    At 3:35, no you didn't have to do another GET request. You could just do a PUT request and then save it in your component. Why would you reload the same component that you are on? Except it reduces an ordeal of passing data between parent-child components?

  • @smartest497
    @smartest497 Před 4 lety +1

    how join angular full course

  • @amrinderkaur8101
    @amrinderkaur8101 Před 4 lety +1

    I want to see your next lecture on this..where you are going to add state in these api calls courses..could you please give me the link and side by side i will implement this in my project

    • @123userthatsme
      @123userthatsme Před 2 lety

      Idk why OP didn't reply, but I think this playlist will help: czcams.com/play/PLOa5YIicjJ-UqhGgX39GqN5Zc1itulsiH.html

  • @tejashreedharmireddi2627
    @tejashreedharmireddi2627 Před 5 měsíci +1

    Key points from the video:
    1. Use state management only when it is needed, otherwise keep your application stateless.
    2. Use it when you want to improve user experience, when newtwork requests are very slow.

    • @AngularUniversity
      @AngularUniversity  Před 5 měsíci +1

      correct, thank you for sharing the summary and please enjoy the videos.