FeatureFuel
1

Reactive record updates in front components

Source: twentyhq/twenty#23456 · opened by @remihuigen
Would it be possible to add a front-component hook that reacts to updates of the current record (or selected records)?

For example, we have a Company-record widget whose rendering and external data request depend on the current shape of the data. If a user updates either value through a pinned field, the widget remains stale because useSelectedRecordIds() only changes when the selected record changes.

A hook such as useCurrentRecord(selector) or useRecordChanges(recordId, fields) could support this and other reactive record-page widget use cases without polling or custom WebSocket infrastructure.

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests