-
Initial comment ...
baryr updated
5 years ago
-
## Description
As a an Alkemio user I want a reduced bundle so pages load faster
## Acceptance criteria
- [ ] Investigate if other parts of the web application can be separated and is worth it the ef…
-
Here are the 100 top packages using prop-types:
| # | Downloads | Traffic | Package | Issues |
|---|---|---|---|---|
| 1 | 86.83M | 1966.85 GB | [eslint-plugin-react](https://npmjs.com/eslin…
-
In order to ensure stable releases don't break the wider ecosystem it'd be beneficial to have tests running for all libraries used with Next.js so that we can catch potential bugs early.
Non-exhau…
-
Hi! So the problem I'm trying to solve is not actually a problem, more like a cleanup solution to components that have mutations and queries and other compositions all together. React-apollo packa…
-
Following the tutorial on: https://www.howtographql.com/react-apollo/1-getting-started/
Steps to reproduce:
```
$ curl https://codeload.github.com/howtographql/react-apollo/tar.gz/starter | tar…
-
Hi all!
I'm having a strange issue while setting up SSR. I haven't found this problem being described anywhere else. Any help will be appreciated!
### What I expect:
Loading the page in the b…
-
### Describe the bug
When attempting to install @apollo/client after using `npx create-react-app`, the following message appears:
```
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
…
-
### What version of Bun is running?
1.1.18
### What platform is your computer?
x86
### What steps can reproduce the bug?
Given the following simple project:
**package.json**
```json
{
"…
-
### Issue Description
If you have some code running outside of an apollo context like this:
```
useSuspenseQuery(myQuery, { skip: true, client: myClientInstance });
```
that seems to work m…