Getting Started with NGXS 18 and Angular 18

  Рет қаралды 1,578

Code Shots With Profanis

Code Shots With Profanis

Күн бұрын

Пікірлер: 8
@CodeShotsWithProfanis
@CodeShotsWithProfanis 4 ай бұрын
*Code Update* When I handled the UpdateComplete action at kzbin.info/www/bejne/d6uYk4GMZrunnsU I got fooled by Copilot and accepted the wrong code :( When we are dealing with the state, we should NOT mutate the state. We should produce a new state instead. This is the correct code const updatedTodoItems = state.todos.map((item) => { if (item.id === id) { return { ...item, completed: !item.completed, }; } return item; });
@besretube
@besretube Ай бұрын
I don't how I can express what I feel right now, you won't understand how much your video helped me after being stuck for more than 24 hours! thanks a lot!
@SebastianDra
@SebastianDra 21 күн бұрын
Great Tutorial! Perhaps you can create a Tutorial how to solve Daily problems with redux devtools / add logging / find bugs etc?
@GaryAnthonyScottonGplus
@GaryAnthonyScottonGplus 2 ай бұрын
Great video as always, I have never used ngxs before only ngrx. 2 quick questions: In your experience what would make you choose one over the other? ngrx / ngxs What vs code plug-in shows the function parameters names, as I would find it very useful? I hope this makes sense😂 I.e createSelector(selectors: ..., projector: ...)...
@neduj376
@neduj376 Ай бұрын
Inline Parameters for VSCode
@CodeShotsWithProfanis
@CodeShotsWithProfanis Ай бұрын
For the VSCode, you can set these properties in your JSON file // This displays the parameter names "typescript.inlayHints.parameterNames.enabled": "all", // This displays the variable types "typescript.inlayHints.variableTypes.enabled": true,
@CodeShotsWithProfanis
@CodeShotsWithProfanis Ай бұрын
As of the NGRX/NGXS, I find the NGXS easier to use and has less boilerplate code. I have tried NGXS from small to enterprise applications and it fits great on every occasion :)
Learn How To Use State Management in Angular with NGXS
20:40
Code Shots With Profanis
Рет қаралды 12 М.
Learn How to Use Angular's 17 Defer Block
23:50
Code Shots With Profanis
Рет қаралды 4,1 М.
Twin Telepathy Challenge!
00:23
Stokes Twins
Рет қаралды 80 МЛН
How To Choose Mac N Cheese Date Night.. 🧀
00:58
Jojo Sim
Рет қаралды 85 МЛН
The Singing Challenge #joker #Harriet Quinn
00:35
佐助与鸣人
Рет қаралды 42 МЛН
Get to Know Signal Queries in Angular 17
17:43
Code Shots With Profanis
Рет қаралды 1,9 М.
Windsurf Editor TUTORIAL // Better than Cursor? (yes)
21:42
codes with ai
Рет қаралды 7 М.
Angular Crash Course | Learn modern Angular in 90 minutes
1:29:09
Code with Ahsan
Рет қаралды 15 М.
Local Change Detection in Angular is easy with Signals
10:40
Code Shots With Profanis
Рет қаралды 2,7 М.
Discover the Reactive Primitive Re-Shaping Angular - What Signals Are?
10:50
Code Shots With Profanis
Рет қаралды 2,9 М.
Deferrable Views - New Feature in Angular 17
15:31
Decoded Frontend
Рет қаралды 24 М.
Angular v19 Developer Event
22:54
Angular
Рет қаралды 45 М.
🚦Angular Signals Game Changer: NgRx Signal State
11:38
Angular University
Рет қаралды 9 М.
Domain-Driven Design: The Last Explanation You'll Ever Need
21:05
Software Developer Diaries
Рет қаралды 10 М.