Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(store): add withExperimentalNgxsPendingTasks #2186

Merged
merged 2 commits into from
Jul 11, 2024

Conversation

arturovt
Copy link
Member

@arturovt arturovt commented Jul 6, 2024

In this commit, we provide the experimental app stability NGXS contributor as part
of the code. This is a fundamental feature that probably shouldn't be included in
recipes but should be part of our codebase. It is already being used in production
by apps that utilize zoneless server-side rendering. We expose it through the
@ngxs/store/experimental subpackage because exposing it from the core package would
be a breaking change, as it uses the experimental pending tasks service introduced in
Angular 18 (though we remain compatible with Angular 16).

Copy link

nx-cloud bot commented Jul 6, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 9397af7. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 4 targets

Sent with 💌 from NxCloud.

@arturovt arturovt force-pushed the feat/add-experimental-tasks branch 2 times, most recently from 65c9591 to c1b2b89 Compare July 10, 2024 09:30
Copy link

bundlemon bot commented Jul 10, 2024

BundleMon (Integration Projects)

Unchanged files (2)
Status Path Size Limits
Main bundles(Gzip)
hello-world-ng17/dist-integration/main.(hash)
.js
69.46KB +1%
Main bundles(Gzip)
hello-world-ng16/dist-integration/main.(hash)
.js
68.47KB +1%

No change in files bundle size

Final result: ✅

View report in BundleMon website ➡️


Current branch size history | Target branch size history

In this commit, we provide the experimental app stability NGXS contributor as part
of the code. This is a fundamental feature that probably shouldn't be included in
recipes but should be part of our codebase. It is already being used in production
by apps that utilize zoneless server-side rendering. We expose it through the
`@ngxs/store/experimental` subpackage because exposing it from the core package would
be a breaking change, as it uses the experimental pending tasks service introduced in
Angular 18 (though we remain compatible with Angular 16).
@arturovt arturovt force-pushed the feat/add-experimental-tasks branch from c1b2b89 to ee5b476 Compare July 10, 2024 16:37
@arturovt arturovt marked this pull request as ready for review July 10, 2024 16:37
Copy link
Member

@markwhitfeld markwhitfeld left a comment

Choose a reason for hiding this comment

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

Please add to the changelog

Copy link

codeclimate bot commented Jul 11, 2024

Code Climate has analyzed commit 9397af7 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 95.4% (0.0% change).

View more on Code Climate.

@arturovt arturovt merged commit b21bfbd into master Jul 11, 2024
13 checks passed
@arturovt arturovt deleted the feat/add-experimental-tasks branch July 11, 2024 16:14
@markwhitfeld markwhitfeld added this to the v18.1.0 milestone Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants