Provides a working React App integrated with a GraphQL server via Apollo client.
git remote add upstream [email protected]:lancegliser/react-apollo.git
- Category fetching and shallow data examples
- Movie fetch and deep data example
- Carousel handling with Flicking.js
- Growth animations and expanded details implementation
- Position via Popper
- CSS
anchor
positioning future
- Lazy loading
loading="lazy"
issuesIntersectionObserver
issuesrequestIdleCallback
issues- Apollo caching issues
Ensure the API paired with this code base is up and listening on port 5000.
This project was bootstrapped with Create React App.
In the project directory, you can run:
This UI works from a GraphQL client first approach.
Update the ./codegen.yml
file to point at your API.
Then create local *.graphql
files in your src
directory
to build the calls you want for your project.
The types in it will cause typescript code to be generated
by running the following command:
npm run graphql-codegen
The generated classes are created at:
src/generated/types.ts
You can import those types in your own components, providing you Apollo client strongly typed hooks.
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!