Thanks for the live example sir. Great Session ! Short Notes on Learnings from the Video BehaviorSubject ->Suitable for smaller applications. ->Ideal when we want to add the logic in fewer components. ->For bigger applications, it requires adding the logic in all components that need it, which can lead to: Data leakage. An increase in the number of lines of repetitive code. NgRx ->A structured approach to state management. ->Code is written in a central place and can be called from anywhere in the application. ->Mainly used for complex and large web applications to: Prevent data leakage. Maintain a clear code structure.
I can relate to the problem and difficulties what i have faced in my day to day work. Great Teacher 👏🏽👏🏽 If possible complete the below bucket list. 1. Rxjs 3. NGRX effects 4. Signal Store 5. Unit testing (no perfect video i came across) 6. Caching & optimization technique 7. New features in angular v17 8. Tonnes of video in react but how angular developer should build project on react. 9. Angular interview questions / machine coding
You are champ❤ .. youre only tutor that taught real things.. Kindly sab concepts pe video banao bhai jo b real world corporate level pe use hoty hen . ❤ From Pakistan..
@@letsprogram30 thanks for the cordination it is a silly mistake by me it is resloved and sorry for late reply and i continue this series this is so helpful for us plz keep it up and we will suport you 🙏
before you do vedios you have to comb your hair properly first, otherwise its very disterbing to you when every time making your hair in the middle of the vedio 💝, however I learnt lot of things from you, thank you verymuch 😘
Redux don't have effect concept instead it uses CreateAsynchThunk to create and dispatch async action in Redux Toolkit. And in Redux saga we create worker function that is saga function that handle asynchronous bhevaiour. Thanks.
The way you are calculating the total price is not optimal The way you are doing the increment and decrement the products or cart items, think of it like that
@@ZeroInfinityVideo I wanted to keep it beginner friendly and not to add any complexity ATM. Can you help me with your approach would love to include them in upcoming videos 🙂
Thanks for the live example sir. Great Session !
Short Notes on Learnings from the Video
BehaviorSubject
->Suitable for smaller applications.
->Ideal when we want to add the logic in fewer components.
->For bigger applications, it requires adding the logic in all components that need it, which can lead to:
Data leakage.
An increase in the number of lines of repetitive code.
NgRx
->A structured approach to state management.
->Code is written in a central place and can be called from anywhere in the application.
->Mainly used for complex and large web applications to:
Prevent data leakage.
Maintain a clear code structure.
@@sudheer-info420 perfectly summarised 👌
Best NGRX video on youtube, Thank a lot for easy clarification.
Thanks! Please share more videos on ngrx. There’s lot of content React state management but barely anything on Angular.
Yes
Great video! I learned NGRX and found it simple and very useful thanks to your clear and well-explained teaching. Keep up the excellent work!
I’m glad to hear that, thanks!🙏
great session, thanks! you helped me to undestand step-by-step this difficult (for me) angular feuture.
@@panagiotiszois3187 I’m glad you like it🙂
You are great! You provide clear and professional lessons!
Thank you so much 😊
Thanks for the video. The difficult topic make it as simpler.
Wait for the the upcoming dotnet full stack project, I will be using the ngrx to do the state management💪
Wow, this is amazing! Your lessons are so clear and professional. I learned so much!
Im glad it was helpful 🙂
@@letsprogram30 Sir. Do you have some course online or not? I want to learn more.
Great content sir please make some more videos on NGRX
@@aabhishakemishra yes definitely, recently got recovered from bad health
@@letsprogram30 please take care sir and get well soon 🙏🏻🙏🏻
@@aabhishakemishra thank you man! 🙂
I can relate to the problem and difficulties what i have faced in my day to day work. Great Teacher 👏🏽👏🏽
If possible complete the below bucket list.
1. Rxjs
3. NGRX effects
4. Signal Store
5. Unit testing (no perfect video i came across)
6. Caching & optimization technique
7. New features in angular v17
8. Tonnes of video in react but how angular developer should build project on react.
9. Angular interview questions / machine coding
Next in my bucket is RXJS for angular developers
You are champ❤ .. youre only tutor that taught real things..
Kindly sab concepts pe video banao bhai jo b real world corporate level pe use hoty hen . ❤ From Pakistan..
Thanks for such a good comment, this is pure motivation for me to get going!
You explain so well please complete full course of Ngrx
Next video on effect is coming tomorrow evening 6pm IST
Please go with You tube live for next session as well
Awesome explanation bro, keep going ❤
Thanks man! Get ready for the new video on Signal store. It will be a game changer video for the angular’s state management
this is really well explained..if we could have git repo the code
It there on my GitHub profile
can you please make video in angular 17 what are the changes have done?
no just do about 18
how share store between two projects federation like remote project loaded into the host projects so how we can load the store as well
Once you create your mfe pass in your store module as root during the doBootstrap
hello sir i am getting error for cart action while am putting in reducer?
@@smrutirekhadas7349 what the error?
@@letsprogram30 Sir last night i have tried and resolve that 🥲
Aj wala live video kaha gya
I had to mark it as private because of some sensitive data
@@letsprogram30 i need that project i do same step by step as u do
make more apps using ngrx
this project is available on git ?
Yes
sir i got error in selector Products and TotalPrize are still undefined how to you solve this i am unable to understand
Let’s connect and fix it together
@@letsprogram30 thanks for the cordination it is a silly mistake by me it is resloved and sorry for late reply and i continue this series this is so helpful for us plz keep it up and we will suport you 🙏
@@madhuripathak5095 good job! Keep learning!
Perche' non chiudi explore? Cosi' vediamo meglio il codice?
Bhai apni angular community bhi grow karni hai.
Bro please pagination ka video banado server side rendering ka filter v ho usmai search ka v bhut try kye pr nhi ho raha
Backend kya use Kar rahe ho?
@@letsprogram30 nodejs
@@letsprogram30bhai observables pr bhi ek dedicated video bna do
@@shayarakki bhai bana deta ho ye week me
can you share the source code?
It is in the description
before you do vedios you have to comb your hair properly first, otherwise its very disterbing to you when every time making your hair in the middle of the vedio 💝,
however I learnt lot of things from you, thank you verymuch 😘
React redux or ngrx redux both are same or different
The fundamental are the same, works on redux pattern
@@letsprogram30 ok thank you
Redux don't have effect concept instead it uses CreateAsynchThunk to create and dispatch async action in Redux Toolkit. And in Redux saga we create worker function that is saga function that handle asynchronous bhevaiour. Thanks.
Direct video
The way you are calculating the total price is not optimal
The way you are doing the increment and decrement the products or cart items, think of it like that
@@ZeroInfinityVideo I wanted to keep it beginner friendly and not to add any complexity ATM.
Can you help me with your approach would love to include them in upcoming videos 🙂