-
Hi, June proposed that React Query hooks code possibly can be more simplified.
```
const rpcEndpoint = 'https://rpc.cosmos.directory/cosmoshub';
const { data: rpcClient } = useRpcClient({…
-
When I've used React Query before, I used it as a hook. Like Tanner showed in this demo: https://youtu.be/DocXo3gqGdI?t=2817
And also in the React Query Docs, https://tanstack.com/query/v4/docs/gui…
-
### Context:
#### Describe the Bug: I'm trying to setup a Blockchain & React App using ignite CLI. After generating hooks, when i do npm install, it throws some errors:
```
Cannot fi…
-
#### Done in 2.1
- [x] Add events for entity state changes #10895
#### Done in 3.1
- [x] Add IDbCommandInterceptor or similar to allow injecting custom query execution service #15066
- [x] I…
-
### Bug Report Quick Checklist
- [x] I am on the latest version of Snowpack & all plugins.
- [x] I use package manager **yarn** (Fill in: npm, yarn, pnpm, etc).
- [x] I run Snowpack on OS **Mac**…
-
## Step-by-Step Upgrade Guide
There should be no major issue following the tutorial with v28.0.0 of Ignite, using Cosmos SDK v0.50.1
1. Install the Correct Version
First, update your Ignite CLI…
-
# Open Grant Proposal: `PKP viem`
**Name of Project:** PKP viem
**Proposal Category:** `grants:devtools-libraries`
**Proposer:** @yhl125 and @altpd13
**Do you agree to open source all work…
-
I'm getting this error on create of an Orion collection (for example http://localhost:3000/admin/posts/create)
I got two varieties of this error:
Exception from Tracker recompute function:
meteor.…
-
-
React provides the notion of implicitly allowing a child component to store state (using the `setState` functionality). However, it is not just used for business logic state. It is also used to rememb…