Jordan Gensler

Results 57 issues of Jordan Gensler

This is required to implement #46. Should take in an ID and then load up a transaction based on that. Should be composable with `useWaitForTransaction`.

Right now the cache is global, which works well, and even works for when providers change. However, this doesn't make a lot of sense long-term, because it causes unbounded cache...

We can't until React 18 adds the export field, but once it does, we should ship native ESM by adding this to the `package.json`: ```json "type": "module", "exports": "./dist/index.modern.js", ````

- Introduction - Installation - Getting Started - Guides (Today's Getting Started) - Hooks & Components - Advanced

The current API design is heavily hook-based, which makes sense given some of our current constraints and design inspiration. However, as we continue to evolve the API and lean more...

enhancement
future

React 16 is now released, so let's add it into our peerDependencies.

Originally reported here: https://github.com/gaearon/react-dnd/issues/513 > First off, just want to say thanks for building react-dnd and its core libraries. The abstractions are wonderful to work with and very flexible. >...

It seems like `IntersectionObserver` might be a good way to handle this on platforms that support it. Here's a post outlining how they work: https://developers.google.com/web/updates/2016/04/intersectionobserver

enhancement

On mobile devices there's around a 300ms delay when tapping elements. This has been pretty well documented. There are some libraries that aim to solve this like [fastclick](https://github.com/ftlabs/fastclick). Jo could...

1 - Ready