Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

Subscribe to Group valueΒ #157

@bennobuilder

Description

@bennobuilder

πŸ†• Feature Request

❓ Is your feature request related to a problem?

no

πŸ“„ Describe the solution you'd like

Allow the subscription to just the Group value and not the Group output.

// MyCompoent.tsx
const value = useValue(MY_GROUP);
console.log(value); // Returns [1, 2, 3, 4]

const output = useOutput(MY_GROUP);
console.log(output); // Returns [{id: 1, name: 'jeff', ..}]

πŸ“ƒ Describe alternatives you've considered

no

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions