Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daniloab/relay-13-nextjs
relay nextjs implementation
https://github.com/daniloab/relay-13-nextjs
Last synced: 24 days ago
JSON representation
relay nextjs implementation
- Host: GitHub
- URL: https://github.com/daniloab/relay-13-nextjs
- Owner: daniloab
- Created: 2022-04-16T20:01:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-07T13:42:45.000Z (over 2 years ago)
- Last Synced: 2024-10-18T09:15:44.675Z (29 days ago)
- Language: TypeScript
- Size: 83 KB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Relay 13 with NextJS
This repo is a try to replicate the relay examples of data driven dependencies with nextjs.First, it is being implemented with lazy load query + use fragment.
After make this work the next steps is go to SSR and implement the preloaded queries.
## problems
This repo it was created also to link a with a issue on relay github because the generated files cannot be found.
- [x] Module not found: Can't resolve 'relay-13-nextjs/./__generated__/pagesIndexQuery.graphql.js'
- [x] https://github.com/facebook/relay/issues/3879
- [ ] fix build docker image with relay compiler https://github.com/facebook/relay/issues/3939