Dany ParedesProdanywalls.com·Oct 26, 2024FeaturedSimplify Your Angular Code with NgRx Entities: Why I love NgRx EntitiesIn the summer, I refreshed my NgRx skills by building a small application to handle my favorite places. During that process, I enjoyed NgRx because I had real control over the state of my app. One thing that caused a lot of noise was the number of se...Discuss·28 likes·494 readsAngularAngular
Angular Academyblog.angularacademy.ca·Sep 23, 2024Announcing the Next Angular Architecture WorkshopWe are thrilled to announce that our popular Angular Architecture Workshop is back this October! Whether you're an experienced developer looking to deepen your understanding of Angular or an architect eager to refine your skills, this workshop is des...DiscussAngular
xing liubigtomato.hashnode.dev·Sep 15, 2024record collection managementAngular 18 app on aws using firebase as backend. It is a best practice of the ngrx with reducer, selector, action and effects. link to app on aws link to githubDiscuss·135 readsthe kinks
Dany ParedesProdanywalls.com·Sep 1, 2024August 2024: 🏖️ CRUD with NgRx + Router , Community Mentions and RestAugust has come and gone, and it was a bit quieter than usual. I focused on a few important things, especially refreshing my knowledge about RxJS, and took some time off. Thanks to @googledevexpert and @angularaddicts for the mention! Let me share wh...Discuss·74 readsdev-lifeAngular
yerinyerin.hashnode.dev·Aug 20, 2024Angular 상태관리: NgRx 이해하기NgRx 공식문서 참고 블로그 위 블로그의 설명, 코드와 NgRx 공식문서를 참고하여 작성하였습니다. NgRx란? Redux에서 영감을 받아 만들어진 Angular의 상태관리 라이브러리이다. RxJS의 반응형 프로그래밍을 바탕으로 한다. 앱의 상태를 하나의 출처에서, 중앙 집중식으로 관리하여 데이터가 한 방향으로 흐르게 한다. 따라서 상태 변화를 예측하고 관리하기 쉽다. NgRx의 기본 개념들 Store 앱의 상태가 저장되는 중앙 저...Discuss앵귤러 이해하기Angular
Ivangood-gis.hashnode.dev·Aug 4, 2024Упрощаем работу с NgRX Store с помощью фасадовВведение NgRX одновременно c решением массы проблем управления состоянием приложения, добавляет сложность и связанность между компонентами и менеджером состояния. Это может затруднить повторное использование компонентов в других проектах, если они на...DiscussAngular
Dany ParedesProdanywalls.com·Aug 1, 2024When to Use concatMap, mergeMap, switchMap or exhaustMap Operators in Building a CRUD with NgRxA few days ago, I was working with NgRx effects in an application,where I needed to get data from the store and combine it with service calls involving asynchronous tasks. When working with combined streams, it's important to choose the appropriate o...Discuss·1 like·412 readsAngular
Chris McConnellchrismcconnelldev.hashnode.dev·Jul 29, 2024Getting Started with NgRxIntro State management is a key component when building applications. We will cover getting started with NgRx in Angular. We will use the jsonplaceholder API to fetch some sample data we can use for our state. What is NgRx? "NgRx Store provides reac...DiscussAngular
Dany ParedesProdanywalls.com·Jun 29, 2024June 2024: NgRx, Angular, and with the CommunityJune has come to an end, and it has been a fantastic month with some changes in my professional life! I want to take a moment to share the great experience I had working with the community and learning about NgRx and testing. Let's take a look back a...Discuss·179 readsdev-lifeAngular
Dany ParedesProdanywalls.com·Jun 7, 2024FeaturedHow to Handle Side Effects in Angular Using NgRx EffectsSide-effects! They are one of the most common tasks in our applications. In Angular, but build application if we don't take care the component ends with a lot of responsability, like get, process and render the data. But in Angular most of time when ...Discuss·16 likes·873 readsAngularAngular