Angular NgRx Signal Store Crash Course (For NgRx Beginners)

Angular NgRx Signal Store Crash Course (For NgRx Beginners)

Angular University

2 месяца назад

10,297 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@AngularUniversity
@AngularUniversity - 01.03.2024 16:25

This is what the future of Angular is starting to look like: Signals, no RxJs, async / await, Promises 😊No music after the intro as requested, enjoy everyone 😉

Ответить
@sickboy1776
@sickboy1776 - 05.05.2024 12:44

why don't you work on your accent? you've been recording videos for years now but you're talking with the same accent as 10 ten years ago! how can you not make any progress in that?

Ответить
@mohamedaraba4028
@mohamedaraba4028 - 28.04.2024 14:23

Hello Vasco thanks a lot for this tutorial 👍 Could u put the link of github repo thanks

Ответить
@Marbulinek
@Marbulinek - 21.04.2024 14:37

Great learning video Vasco!! I really enjoy your channel. Everything is fine for me, but I have one question about signal store metods: you are using in demo async/await for asynchronous data retrieving. Maybe idea for next quick video, angular team (in angular.dev) is strongly supporting rxjs for asynchronous data retrieve. Can you do some really really simple example of using this construction instead of simple async/await?
Thanks, Lukas

Ответить
@termobin
@termobin - 19.04.2024 05:37

Another great job Vasco!! Thank you so much for this tutorial!!!

Ответить
@renaisancijf
@renaisancijf - 03.04.2024 23:01

why we put the effects in the constructor instead of OnInit ?

Ответить
@cbjerg
@cbjerg - 03.04.2024 11:14

How do you work with store on a more complex application, where you would work with more than todos. Like users and auth and such. Do you keep it in the same store, or would you generate a store for each component?

Ответить
@rishimondal3010
@rishimondal3010 - 01.04.2024 16:13

Can you integrate local storage?

Ответить
@bonnes04
@bonnes04 - 25.03.2024 23:03

Great video. I think it's better to use real API, so we can see how to deal with Observables in signal store

Ответить
@mbass77
@mbass77 - 25.03.2024 02:01

Is the code of this app available on GitHub?

Ответить
@JohanVrolix
@JohanVrolix - 14.03.2024 23:41

Ha! ProvidedIn: root proved necessary using the store across different components. Is there a way to make the store perpetuate within providedIn: root?

Ответить
@TW-go8wz
@TW-go8wz - 13.03.2024 19:45

Hey Vasco, thanks for this great tutorial. Can you make a video where you explain and use the rxMethod in the signalStore?

Ответить
@bobyuan5475
@bobyuan5475 - 12.03.2024 20:21

Thanks for this amazing ngrx signal store tutorial. one question, how do i use store in multiple components? my understanding is the store is injected at root level, that means available to all components, i simply inject the store to multiple components, that works, but the issue the store state update is not reflect in a other components. am I missing something?

Ответить
@michaellonsdale1248
@michaellonsdale1248 - 11.03.2024 17:54

Thank you, sir.
Your class was super helpful.

Ответить
@ScottSchafer-qz1tf
@ScottSchafer-qz1tf - 09.03.2024 03:46

Hi Vasco,
Will you be offering the source code for this project, it would be great if you did.
Thanks for all you do!👍👍

Ответить
@CasualTramp
@CasualTramp - 08.03.2024 17:48

Wow thanks a lot ! You won a new follower

Ответить
@andr3ignacio
@andr3ignacio - 07.03.2024 13:15

What extension are you using to auto import the material components??

Ответить
@dacstudy
@dacstudy - 05.03.2024 14:02

thanks. simple and clear! This is gold for everyone!|

Ответить
@wiliamferraciolli5380
@wiliamferraciolli5380 - 05.03.2024 13:38

thanks for the tutorial, do i need angular 17 for it? is it still in beta the ngrx store?

Ответить
@KiffinGish
@KiffinGish - 04.03.2024 17:45

I see that sometimes you use double equals '==' instead of tripe equals '==='. Isn't it best practice always to use triple equals?

Ответить
@user-so4ug5rw3g
@user-so4ug5rw3g - 04.03.2024 14:41

Can you fucking tell me why we need NgRx?? Like seriously nobody is saying that it's not needed. Y'all fucken assume it's a thing that's a must have. Fucking ruins projects.

Ответить
@jeffleigh5291
@jeffleigh5291 - 04.03.2024 07:16

Vasco, what would be very helpful is how to use Firestore as a backend with signal-store

Ответить
@assaf2141
@assaf2141 - 03.03.2024 12:31

This is once again a great tutorial!

Ответить
@AntonioSantana-ll8il
@AntonioSantana-ll8il - 03.03.2024 00:23

Excellent video!!!

Ответить
@marcodigennaro5753
@marcodigennaro5753 - 02.03.2024 14:27

Hello Vasco, I noticed that triggering the insertion of a Todo also triggers the update of the Store. This causes the strange behavior that, if there is a completed item in the list, the last inserted todo will also be considered completed. Isn't that strange?

Ответить
@johnparlato8737
@johnparlato8737 - 02.03.2024 04:12

Can we view the source code for the project?

Ответить
@zeynalalakus4540
@zeynalalakus4540 - 02.03.2024 01:21

Thanks a lot for the great explanation and effort. 🎉

Ответить
@DraaElMizan
@DraaElMizan - 02.03.2024 01:00

Hi Vasco, why don't you update the Udemy course. I've purchased your NGRX course and It will be nice it you can upate it.

Ответить
@user-qr2bw3wg2q
@user-qr2bw3wg2q - 01.03.2024 21:18

Is there a specific reason you are using types over interfaces for your models?

Ответить
@nidinpereira5898
@nidinpereira5898 - 01.03.2024 18:14

Nice tutorial, but injecting the service in the store and store in the service considered anti pattern. Won't it lead to cyclic dependency errors.

Also although it's perfectly fine to use async await, feels illegal seeing it in angular 😅

Ответить
@rs4267
@rs4267 - 01.03.2024 16:31

why using promises instead of observables ? by the way thanks for your course; i hope to learn new things !

Ответить