Skip to content

docs(devtools): add section for withTrackedReducer#276

Merged
rainerhahnekamp merged 2 commits into
mainfrom
docs-withTrackedReducer
Jan 17, 2026
Merged

docs(devtools): add section for withTrackedReducer#276
rainerhahnekamp merged 2 commits into
mainfrom
docs-withTrackedReducer

Conversation

@michael-small
Copy link
Copy Markdown
Collaborator

Outstanding: release number to point to for the backporting of withTrackedReducer

@michael-small michael-small self-assigned this Jan 15, 2026
@michael-small michael-small added the documentation Improvements or additions to documentation label Jan 15, 2026
@michael-small michael-small linked an issue Jan 15, 2026 that may be closed by this pull request
Comment thread docs/docs/with-devtools.md Outdated
<!-- TODO - add backported version -->

:::info
Devtools integration with `@ngrx/signals/events` is now available starting in version 20.TODO
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That would be v21.0 and v20.6.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But we are backporting this to v20 right? 05a5ad5

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, yes and it should be 20.7 (20.6 is already out)...sorry

Comment thread docs/docs/with-devtools.md Outdated
// Must have all three, or runtime errors for thee!
import { withTrackedReducer, withGlitchTracking, withDevtools } from '@angular-architects/ngrx-toolkit';

const Store = signalStore({ providedIn: 'root' }, withDevtools('store', withGlitchTracking()), withTrackedReducer());
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we maybe add one state updater in the withTrackedReducer along a comment that the particular event name will show up in the devtools?

Copy link
Copy Markdown
Collaborator

@rainerhahnekamp rainerhahnekamp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • adding the version numbers
  • extending the example a bit

@michael-small michael-small marked this pull request as ready for review January 16, 2026 02:23
@rainerhahnekamp rainerhahnekamp merged commit 10e1a4e into main Jan 17, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation v21

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs(devtools): add section for withTrackedReducer

3 participants