-
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
- adapt apollo-cache to the new apollo-client 3.0 cache management (80% done)
- adapt apollo-offline with the new apollo-client 3.0 mutation management (80%)
- adapt the
todoexample project - adapt the sample project in nextjs & SSR (there are problems with the compilation, the library is not distributed with the use of tslib
- test garbage collector
- open a PR in Apollo to expose internal APIs cache & mutation)
branch wora: https://github.com/morrys/wora/tree/apollo-client-3.0
branch examples: https://github.com/morrys/offline-examples/tree/apollo-client.3.0
superjose, lenarmazitov and ManAnRuck