Douglas Armstrong

Results 145 comments of Douglas Armstrong

Adding `__name__` to the constructor, just like `__super__`, would be great for building class hierarchies. Currently, these issue all say to just create our own property in the instance or...

Thanks for helping to improve the documentation! I added some comments for review.

When an atom or selector is updated all downstream components are potentially re-rendered. There are optimizations that suppress this re-rendering when the values don't change for many situations. It seems...

Yes, you're right that cancelation could be implemented in the user code. Recoil tries to be minimal and not too opinionated on how the underlying queries are implemented, just working...

We have an idea for an API, but that is pending more work on memory management and cleanup.

@csantos42 Hmm, yeah, that does sound like a potentially easy way to support this. I gather you intend that resolving an execution to Cancel would initiate a retry? Right now...

> Moving this comment to the top-level thread: > > @drarmstr - I ran into an issue with store.subscribeToTransactions. When passing in the key of a selector. In that case...

@janus-reith - Sorry, I'm not very familiar with Next.JS or SSR.