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 go #46

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

Feat go #46

wants to merge 2 commits into from

Conversation

raveclassic
Copy link
Owner

The PR add a go function (similar to https://github.com/funkia/hareactive#momentaf-sample-bb-behaviorb--b--a-behaviora) that allows lazy evaluation/subscription for conditional logic inside projection functions. Main benefit of such approach is performance.
However, the use case kindly provided by @artalar doesn't play well with the memoization design of combine function which requires at least one execution of projection function to warmup its internal cache.
Due to the issue above, this PR is a draft until this issue is resolved.

@nx-cloud
Copy link

nx-cloud bot commented Feb 22, 2022

☁️ Nx Cloud Report

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

📂 See all runs for this branch


🟥 Failed Commands
nx affected --target=test --parallel --max-parallel=2
✅ Successfully ran 2 targets

Sent with 💌 from NxCloud.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant