ethereal-react
ethereal-react copied to clipboard
A suspense-compatible React library for Ethereum development
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`.
I was looking at ways to handle situations where we want to display a loader to the user if their transactions is currently ongoing. we can use `useWaitForTransaction` for that....
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...
Bumps [next](https://github.com/vercel/next.js) from 11.1.2 to 13.5.0. Release notes Sourced from next's releases. v13.4.20-canary.41 Core Changes Add mui-core to the default optimizePackageImports list: #55554 Consolidate experimental React opt-in & add ppr...
Bumps [@openzeppelin/contracts](https://github.com/OpenZeppelin/openzeppelin-contracts) from 4.3.2 to 4.9.3. Release notes Sourced from @openzeppelin/contracts's releases. v4.9.3 Note This release contains a fix for GHSA-g4vp-m682-qqmp. ERC2771Context: Return the forwarder address whenever the msg.data of...