Also: - Update deps. - Lock `apollo-cache-inmemory` to v1.0.0 since newer versions are buggy. - New file naming approach for stored uploads. - More intuitive mixed ESM/CJS module imports in the API.
Apollo upload example web app
An example SSR web app using:
Setup
- Install the latest Node.js and npm.
- Duplicate
.env.exampleas.envand configure. - Run
npm installin theappdirectory with Terminal. - Run
npm run devfor development, ornpm run build && npm startfor production.
Ensure your editor supports:
- EditorConfig.
- ESLint, respecting
package.jsonconfig. Atom users installlinter-eslintand enableFix errors on save.
Support
See package.json engines.