Replies: 1 comment
-
See also serializr and mobx-state-tree packages
…On Tue, 29 Aug 2023, 22:16 Greg Zapp, ***@***.***> wrote:
I feel like I'm implementing a different pattern ad-hoc on every project
for loading an aggregate across separate API endpoints.
Linear appears to have created a sort of "reverse ORM" via decorators that
allows them to fixup relationships as objects and updates come in.
How are others handling this on larger projects in a clean, efficient
manner?
—
Reply to this email directly, view it on GitHub
<#3746>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAN4NBFZKUT5K23PULAT3RDXXZEZHANCNFSM6AAAAAA4DPK33U>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I feel like I'm implementing a different pattern ad-hoc on every project for loading an aggregate across separate API endpoints.
Linear appears to have created a sort of "reverse ORM" via decorators that allows them to fixup relationships as objects and updates come in.
How are others handling this on larger projects in a clean, efficient manner?
Beta Was this translation helpful? Give feedback.
All reactions