1. BarebonesA barebones boilerplate for getting started on a bespoke front end.
2. FixA CSS normalization/reset reference.
3. Apollo Upload ClientA terminating Apollo Link for Apollo Client that allows FileList, File, Blob or ReactNativeFile instances within query or mutation variables and sends GraphQL multipart requests.
4. Graphql UploadMiddleware and an Upload scalar to add support for GraphQL multipart requests (file uploads via queries and mutations) to various Node.js GraphQL servers.
5. Fake TagA fake template literal tag to trick syntax highlighters, linters and formatters into action.
7. Graphql ReactA GraphQL client for React using modern context and hooks APIs that is lightweight (< 3.5 KB size limited) but powerful; the first Relay and Apollo alternative with server side rendering.
8. Apollo Upload ExamplesA full stack demo of file uploads via GraphQL mutations using Apollo Server and apollo-upload-client.
9. find-unused-exportsA Node.js CLI and equivalent JS API to find unused ECMAScript module exports in a project.
10. extract-filesA function to recursively extract files and their object paths within a value, replacing them with null in a deep clone without mutating the original value. FileList instances are treated as File instance arrays. Files are typically File and Blob instances.