Helper functions for basic structure organization #3389
mitchuman
started this conversation in
Sanity Studio Feedback
Replies: 1 comment 3 replies
-
Hey, I see that you reverted back to not passing S down as an argument. How does it work in v3 for you? Thank's for sharing your helper functions btw! |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've set up the following helper functions that I use in every project to quickly organize documents to
singletons
,lists
andgroups
.(I've updated this now to work with v3, where
S
is passed down as an argument.)It would be nice to have similar helper utilities built into or provided by default.
Example implementation:
Beta Was this translation helpful? Give feedback.
All reactions