TechDailyCFP · @techdailycfp
26 followers · 478 posts · Server techhub.social
TechDailyCFP · @techdailycfp
25 followers · 427 posts · Server techhub.social
John :dotnet: :csharp: · @bigbadjock
118 followers · 513 posts · Server glasgow.social

@baerry I'm planning to look at Signals, I'll play with it before deciding whether to swap from .
It will also mean upgrading the project to v16. I seem to spend almost as much time upgrading it as I do working on it. One of the hassles of side-projects

#ngrx

Last updated 2 years ago

John :dotnet: :csharp: · @bigbadjock
114 followers · 476 posts · Server glasgow.social

I've recently come back to my project, updated to 15. I've used Entity in it. I'm just wondering what the current feeling/mood is towards NgRx and more specifically the NgRx Entity.

On the plus side, I've managed to get it working with paginating my data server-side.

#ngrx #angular

Last updated 2 years ago

John :dotnet: :csharp: · @bigbadjock
108 followers · 418 posts · Server glasgow.social

Fixed a couple of stylesheet niggles after moving from to . Fixed a few bugs and found a question I asked a couple of years ago in the process.
It's hard coming back to a technology after a couple of years, I've forgotten so much. It's slowly coming back. As an project with smart/dumb components and entity stores, there's a bit of complexity there that I had forgotten all about.
Side projects are fun, and it helps to keep the skills sharp.

#ngrx #angular #stackoverflow #bootstrap5 #bootstrap4

Last updated 2 years ago

John :dotnet: :csharp: · @bigbadjock
106 followers · 415 posts · Server glasgow.social

Next issue with my project is to fix some more of my tests. Most of them seem to be an issue with . I have components using Entity Services, (EntityCollectionServiceBase) and I just can't get the test set up properly to inject them. And I can't find a decent example.
Anyway, time to park it for the evening.

#jest #ngrx #angular

Last updated 2 years ago

John :dotnet: :csharp: · @bigbadjock
102 followers · 393 posts · Server glasgow.social

Fixed another major issue with my tests where it was including the modules, and throwing errors. Now only 22 failing tests out of 176. .

#angular #ngrx #jest

Last updated 2 years ago

John :dotnet: :csharp: · @bigbadjock
94 followers · 379 posts · Server glasgow.social

Damn, first time I've looked at my code in a couple of years. I've upgraded from v12 to v15, and things have unsurprisingly changed. I'm having issues with and I can't remember enough about it to fix it. I'm going to have to relearn it.

#ngrx #angular

Last updated 2 years ago

Florian Spier · @spierala
180 followers · 441 posts · Server mas.to

NgRx Signal Store RFC: github.com/ngrx/platform/discu

Interesting 馃

#ngrx #angular

Last updated 2 years ago

Siwat · @siwat
106 followers · 891 posts · Server mstdn.social

RT @MarkoStDev
馃摙 I'm excited to share the RFC for the @ngrx_io SignalStore! 馃敟 Thoughts that have occupied my reactive mind over the past few months are now publicly available. 馃槄

Check it out and let us know what you think!

github.com/ngrx/platform/discu

#signals #angular #signalstore #ngrx

Last updated 2 years ago

Christian Liebel · @christianliebel
27 followers · 11 posts · Server mastodon.cloud

Next week begins our new 4-part (German) webinar series on Angular web apps! We'll discuss stores, forms, animations, and deployment every other week. Join for free: thinktecture.com/angular-web-a

#angular #webinar #ngrx

Last updated 3 years ago

ng-news · @ngnews
17 followers · 6 posts · Server techhub.social

Episode 23/04: youtu.be/Vm7etXJGNoQ

TypeScript released the beta for version 5, with stable support for decorators. They are slightly different from the experimental ones we use in Angular. Furthermore, Minko Gechev gave an update about Angular's roadmap. The focus in 2023 is on reactivity and server-side rendering.

5 Beta: devblogs.microsoft.com/typescr
Roadmap 2023: youtu.be/7dm4Gif7A5o

Minor Releases:
- 15.2 - support for functional creators: github.com/ngrx/platform/blob/
- 15.6: github.com/nrwl/nx/releases/ta
- 12.4: docs.cypress.io/guides/referen
- 1.30: github.com/microsoft/playwrigh
- 29.4: github.com/facebook/jest/relea

#typescript #angular #ngrx #nx #cypress #playwright #jest

Last updated 3 years ago

erdbeere 馃崜 · @erdbeere
48 followers · 84 posts · Server mstdn.social

This brings us not just reusable components, but reusable architecture patterns and a common improvement of those. I'm coding with Angular since the early beta versions of Angular 2, and within that time, Angular itself, libraries like or moved forward. [3/4]

#ngrx #rxjs

Last updated 3 years ago

erdbeere 馃崜 · @erdbeere
48 followers · 91 posts · Server mstdn.social

This brings us not just reusable components, but reusable architecture patterns and a common improvement of those. I'm coding with Angular since the early beta versions of Angular 2, and within that time, Angular itself, libraries like or moved forward. [3/4]

#ngrx #rxjs

Last updated 3 years ago

Router Component Store prerelease 0.3.2

Performance optimizations:
- Ignore non-essential router events when serializing the router state. Only NavigationStart, RoutesRecognized, NavigationEnd, NavigationCancel, and NavigationError events are essential.

github.com/ngworker/router-com

#opensource #angular #ngrx

Last updated 3 years ago

damienbod · @damienbod
217 followers · 24 posts · Server mastodon.social

Router Component Store prerelease 0.3.1

Features:
- Add factory for selecting router events of specific types: `RouterStore#selectRouterEvents`

github.com/ngworker/router-com

#opensource #angular #ngrx

Last updated 3 years ago

· @loopthrough
2 followers · 22 posts · Server mastodon.social

Accidentally naming two actions the same is not fun.

#ngrx

Last updated 3 years ago

Deborah Kurata · @deborahkurata
397 followers · 14 posts · Server techhub.social

So, what is NgRx? How does it manage state? And how can you change data if that data is immutable?

"What is NgRx"?: youtu.be/L60Pc69ktxg

"NgRx State and Actions": youtu.be/5Gcwq_dkROg

"NgRx Reducer + Immutability": youtu.be/opcNaG7xD-s

"NgRx and Side Effects": youtu.be/W6anZStTOQU

#angular #ngrx #immutable

Last updated 3 years ago

Router Component Store 0.3.0 release
github.com/ngworker/router-com

Features
- Add factory for selecting specific route data: RouterStore#selectRouteData
- Add route title to MinimalActivatedRouteSnapshot#title
- Add route title selector: RouterStore#title$
- Add type MinimalRouteData for serializable route data

BREAKING CHANGES
- Provider factories return provider arrays
- Use MinimalRouteData
- Require Angular 15
- Require ComponentStore 15
- Require TypeScript 4.8

#opensource #ngrx #angular

Last updated 3 years ago