David McCabe

Results 11 comments of David McCabe

I suspect the long-term answer for this is to tie in with our caching strategy. Basically, you want to cancel a request when it's still ongoing and you would otherwise...

Automatic freeing of memory is coming in (hopefully) the near future. Recoil is both experimental and used in production; you should weigh the risks against the benefits for your specific...

Thanks for providing this example! We have a lot more documentation and examples coming.

I have a diff out for review for automatic collection of unused atoms. If you have an indefinite set of atoms (e.g. one for each item in a document), you...

I'm working on a big refactor where dependencies will not go through React state at all. That will fix this (and make it a lot more efficient, and is needed...

Another beginner here. There aren't even examples of how to build new AST nodes. The readme points to the definitions of the AST builders, but it's not at all transparent...

Hi @ashaffer, I don't know if you're still maintaining this library; I was hoping to use it as a dependency for my library [Recoil](https://github.com/facebookexperimental/Recoil), but it would need iteration over...

I don't know what the right thing is, either. It seems crazy that you should have to change the code just because you changed the npm package name.