Tom Sherman
Tom Sherman
It would also be good to match the react-dom and react-three-fiber APIs of `createRoot(container).render()`. This would allow simplifying the API a bit eg. No need for options to be a...
That's a good point, I wonder if there is a different way forward. For example a new createRoot API could be shipped in a minor version (or `@next` tag) that...
```ts /// ``` Works as a workaround
> can you give me a more concrete example of your first two points? Test environments are a common one, also deno without requiring permissions. In general syntax highlighting is...
Apologies I misread. As far as I'm aware that configuration is a complete no-op. It's equivalent to not passing revalidate to fetch at all.
> Wouldn't the revalidate: false on fetch override the revalidate: N on the page? AFAIA no. The page value takes precedence.
Relevant: https://github.com/awslabs/amazon-sqs-java-temporary-queues-client/issues/15
Why does it require work on the service level when temporary queues are already available to use with the Java SDK? I have a use case described here: https://tom-sherman.com/blog/serverless-xstate
I'll come back around when I'm at my desk tomorrow to explain this a bit more. But I was thinking the ability to wrap the gateway in my own web...
To be honest I really don't see async transitions (with useTransition) being practically adoptable without the race condition handling built in. Without this, they are simply a target for libraries...