2. Understand Redux Pattern Structure. When to use and not to use NGRX in the application - Angular

preview_player
Показать описание
Hi Friends
In this video, we will see the basic Redux pattern structure and data flow, and also we will see when to use and when not to use ngrx in the application in Angular - NGRX.

If you like my video, please subscribe to my channel.

#Angular #ngrx #leelawebdev
Рекомендации по теме
Комментарии
Автор

One of the best NgRX tutorial on youtube. Simply explained, easy to follow.

banikhimu
Автор

please update this tutorial with ngrx signal with angular 18

rishabhprakash
Автор

This might not be clear enough about actions. Actions aren't performed. They just exist to describe an event that happened. They don't have any opinion about state changes. They describe events. It's up to the reducers themselves to choose to listen or not listen and determine the meaning of the action for each state. This separation is the purpose of NgRx. Otherwise you could juts talk to the store directly and command it to change to the state you want. Actions are only useful when they represent events. If they represent commands, they are just getting in the way of talking to the reducer directly, and it's no wonder people fail to see the value of NgRx.

mfpears
Автор

sir i have compeleted angular and rxjs series from your channel now can i move to this series.

codemines
Автор

well explained therefor you get a new subscribe sir

murtazamohammadi
Автор

Sir one small confirmation...1.you said it for reactive forms so can't we use it for template driven forms?
2.does angular has other state management patterns also?

pusarlaaishwarya
Автор

Your subscribe action logo at top-right corner is distracting.

pravindhodare
Автор

Nice Concept Leela, All The Best For Your Channel, Make Some Advance Tuts Like Authentication using Express and JWT Tokens and data base using MongoDb, simple MEAN application that all the topics can cover like cors and tokens all this Thing

nasirshaik
Автор

Thanku for this playlist sir.. very detailed information.. it's very helpful.. 👍👍
One query sir.. As the state is stored at the client side browser itself, is it safe from any kind of attack or manipulation on the client side ?

shraddhamarathe
Автор

Had few question about state in the store i.e.
1. when the state is changed by reducer from old state to new state does the new data that is processed by reducer based on action added to the new state and stored in the store for example if I perform a save action so would the new data be appended to the old state and saved as new state or does it work in some other way?
2. Does it works only on the events like onClick or onChange event?

ratnadeepdey
Автор

Please prepare your topics (bullet points) before making videos , the way you explain the things it shows that there is no direction of the topic, it just keeps on repeating again & again. And for better user experience you must add some background music to your videos because your way of explaining things is very boring and will end up distract mind from the core of the topic. Just a suggestion.

rajatsharma