Saiichi Shayan Hashimoto

Results 129 comments of Saiichi Shayan Hashimoto

https://github.com/sanity-io/client#listening-to-queries https://github.com/sanity-io/client#creating-documents https://github.com/sanity-io/client#mutation-options https://github.com/sanity-io/client#creatingreplacing-documents https://github.com/sanity-io/client#creating-if-not-already-present https://github.com/sanity-io/client#patchupdate-a-document https://github.com/sanity-io/client#delete-documents https://github.com/sanity-io/client#deleting-an-asset https://github.com/sanity-io/client#multiple-mutations-in-a-transaction https://github.com/sanity-io/client#clientless-patches--transactions https://github.com/sanity-io/client#uploading-assets

What's left is: - [ ] patch - [ ] transactions - [ ] mutation - [ ] mutation options They're all kind of related

![image](https://user-images.githubusercontent.com/2819256/211632741-7904ab79-ceb5-4d0a-87c6-5f783fad96c1.png) I think most of the work is going in the renovating, so I wouldn't look at `main` to see activity. Look like the last activity was end of November,...

I was hoping I could use typescript itself to derive the document types from `defineType` to use in the apps themselves, to know the type of the docs. I don't...

@SchadtJ did you get anywhere with this? If not, I might take a swing in the coming weeks.

My personal use case is that, on `pre-commit`, I'd use `lint-staged` as intendeds. However, there's a few cases where I'd like to reuse `lint-staged` so I can have one linting...

Have the state be some sane default (maybe specified by the user, maybe `null`) and then fill it with local storage in a `useEffect`, which only happens on the browser....

At least on the first render, yeah. If you console output the value, you can see what I mean. In the server, it'll be the initial value, but on the...

That would solve my issues!