redux

Tag: redux

22 posts
What Redux Was Actually For
Vishuddha icon
Vishuddha

What Redux Was Actually For

The previous post argued that most of what people put in a global store was never client state — it was server data, or URL state, or form values, all miscategorised.

·
Sep 7
·
Mark Erikson - Redux, Replay.io
Devtools FM icon
Devtools FM
devtools.fm

Mark Erikson - Redux, Replay.io

Redux maintainer Mark Erikson covers his journey maintaining Redux, building Redux Toolkit, and pioneering time-travel debugging at Replay.io.

·
Mar 14
·
Changelog zur 4. AuflageChangelog zur 4. Auflage
Angular-Buch icon
Angular-Buch
angular-buch.com

Changelog zur 4. Auflage

Im Februar 2023 erschien die vierte Auflage des deutschsprachigen Angular-Buchs! In diesem Artikel berichten wir über die Neuerungen im neuen Buch.

·
Dec 20 '22
·
Changelog zur 3. AuflageChangelog zur 3. Auflage
Angular-Buch icon
Angular-Buch
angular-buch.com

Changelog zur 3. Auflage

Die Webplattform bewegt sich schnell, und so muss auch ein Framework wie Angular stets an neue Gegebenheiten angepasst werden und mit den Anforderungen wachsen. In den drei Jahren seit Veröffentlichung der ersten Auflage dieses Buchs haben sich viele Dinge geändert: Es wurden Best Practices etabliert, neue Features eingeführt, und einige wenige Features wurden wieder entfernt.

·
Aug 6 '20
·
NgRx Data Views: How to de-normalize entities for large enterprise applicationsNgRx Data Views: How to de-normalize entities for large enterprise applications
Angular.Schule icon
Angular.Schule
angular.schule

NgRx Data Views: How to de-normalize entities for large enterprise applications

As soon as a NgRx project gets bigger, we have to ask ourselves how we should ideally arrange the entities in the store. In this article we are going to have a look at inter-connected data and its implications when trying to elevate store output to old fashioned business objects, ready to use in all components. By tackling normalized APIs we will show you some of the most common pitfalls you might encounter along the way.

·
Jan 7 '20
·
NgRx v8 – das neue Major-Release ist daNgRx v8 – das neue Major-Release ist da
Angular-Buch icon
Angular-Buch
angular-buch.com

NgRx v8 – das neue Major-Release ist da

Pünktlich zum Pfingstwochenende wurde am 7. Juni 2019 die neue Major-Version von NgRx veröffentlicht! Das neue Release 8.0.0 bringt einige Neuerungen mit sich, die vor allem die Produktivität des Entwicklers verbessern sollen. Das wahrscheinlich wichtigste Feature sind die neuen Creator-Funktionen für Actions, Reducer und Effects. Dazu kommt eine Reihe von kleineren Features, die wir in diesem Blogartikel vorstellen möchten.

·
Jun 6 '19
·
Common and easy-to-make mistakes when you’re new to NgRx
T
Tim Deschryver
timdeschryver.dev

Common and easy-to-make mistakes when you’re new to NgRx

Writing and refactoring FizzBuzz in NgRx with maintainability in mind

·
Mar 4 '19
·
Keeping browser tabs in sync using localStorage, NgRx, and RxJS
T
Tim Deschryver
timdeschryver.dev

Keeping browser tabs in sync using localStorage, NgRx, and RxJS

We’re going to take a look at how we can keep the state in sync when a user has multiple tabs open.

·
Dec 2 '18
·
Testing a Redux Connected Component with Thunk Actions with Enzyme
P
Philihp Busby
philihp.com

Testing a Redux Connected Component with Thunk Actions with Enzyme

·
Oct 17 '18
·
Sharing NgRx state between Angular modules is peanuts
T
Tim Deschryver
timdeschryver.dev

Sharing NgRx state between Angular modules is peanuts

A dive into NgRx selectors

·
Sep 10 '18
·
Let's have a chat about Actions and Action Creators within NgRx
T
Tim Deschryver
timdeschryver.dev

Let's have a chat about Actions and Action Creators within NgRx

I think it's time you and I talk a bit about action creators. But before we get into action creators let's first start with actions.

·
Jul 30 '18
·
Start using ngrx/effects for this
T
Tim Deschryver
timdeschryver.dev

Start using ngrx/effects for this

You're probably only using ngrx/effects to handle the communication to an external source by triggering an effect with a NgRx action. But you can do more.

·
Jul 9 '18
·
How I test my NgRx selectors
T
Tim Deschryver
timdeschryver.dev

How I test my NgRx selectors

Let us explore which methods I'm using to test my NgRx selectors.

·
Jun 25 '18
·
Simple state mutations in NGXS with Immer
T
Tim Deschryver
timdeschryver.dev

Simple state mutations in NGXS with Immer

A follow-up post of "Clean NgRx reducers using Immer". But this time we're using NGXS as our state management library.

·
Jun 7 '18
·
Clean NgRx reducers using Immer
T
Tim Deschryver
timdeschryver.dev

Clean NgRx reducers using Immer

Declutter your reducers with Immer

·
Jun 4 '18
·
5 useful NgRx effects that don't rely on actions5 useful NgRx effects that don't rely on actions
Angular.Schule icon
Angular.Schule
angular.schule

5 useful NgRx effects that don't rely on actions

In this article we will discuss how we can leverage the power of Effects in NgRx. We will use observable streams other than the usual action stream to build some powerful and neat effects.

·
Jun 1 '18
·
Parameterized NgRx Selectors
T
Tim Deschryver
timdeschryver.dev

Parameterized NgRx Selectors

NgRx Selectors with Props

·
May 6 '18
·
Normalizing state
T
Tim Deschryver
timdeschryver.dev

Normalizing state

A quick look at state normalization.

·
Apr 30 '18
·
Video: Redux mit Angular (angular-redux)Video: Redux mit Angular (angular-redux)
Angular.Schule icon
Angular.Schule
angular.schule

Video: Redux mit Angular (angular-redux)

In dieser Session stellen Ihnen die Buch-Autoren Ferdinand Malcher und Johannes Hoppe alle Bausteine der Architekturidee Redux vor. Die beiden Angular-Experten entwickeln zusammen mit Ihnen Reducers und Actions in TypeScript, kombinieren diese mit dem Redux-Store und hauchen damit einer Angular-App Leben ein.

·
Dec 20 '17
·
Getting Started with React Native and Redux
B
Broonix Rants
rants.broonix.ca

Getting Started with React Native and Redux

·
Feb 26 '17
·
React: Containers and Components
B
Broonix Rants
rants.broonix.ca

React: Containers and Components

·
Jun 14 '16
·
Migrating from Refluxjs to Redux
B
Broonix Rants
rants.broonix.ca

Migrating from Refluxjs to Redux

·
Dec 18 '15
·