jaydenseric

jaydenseric

👤 Developer

16 repositories on SrcLog

View on GitHub
16 Repos
5.6k Stars
555 Forks
5.6k Watchers

Repositories (16)

apollo-upload-client jaydenseric/apollo-upload-client JavaScript

A terminating Apollo Link for Apollo Client that fetches a GraphQL multipart request if the GraphQL variables contain files (by default FileList, File, or Blob instances), or else fetches a regular GraphQL POST or GET request (depending on the config and GraphQL operation).

1.5k
graphql-upload jaydenseric/graphql-upload JavaScript

Middleware and a scalar Upload to add support for GraphQL multipart requests (file uploads via queries and mutations) to various Node.js GraphQL servers.

1.4k
graphql-multipart-request-spec jaydenseric/graphql-multipart-request-spec

A spec for GraphQL multipart form requests (file uploads).

899
graphql-react jaydenseric/graphql-react JavaScript

A GraphQL client for React using modern context and hooks APIs that is lightweight (< 4 kB) but powerful; the first Relay and Apollo alternative with server side rendering.

715
apollo-upload-examples jaydenseric/apollo-upload-examples JavaScript

A full stack demo of file uploads via GraphQL mutations using Apollo Server and apollo-upload-client.

431
Barebones jaydenseric/Barebones JavaScript

A barebones boilerplate for getting started on a bespoke front end.

125
next-graphql-react jaydenseric/next-graphql-react JavaScript

A graphql-react integration for Next.js.

75
find-unused-exports jaydenseric/find-unused-exports JavaScript

A Node.js CLI and equivalent JS API to find unused ECMAScript module exports in a project.

59
extract-files jaydenseric/extract-files JavaScript

A 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.

53
graphql-api-koa jaydenseric/graphql-api-koa JavaScript

GraphQL execution and error handling middleware written from scratch for Koa.

52
coverage-node jaydenseric/coverage-node JavaScript

A simple CLI to run Node.js and report code coverage.

44
svg-symbol-viewer jaydenseric/svg-symbol-viewer JavaScript

An online, no-upload drag-and-drop SVG file symbol extractor and viewer.

34
fake-tag jaydenseric/fake-tag JavaScript

A fake template literal tag to trick syntax highlighters, linters and formatters into action.

31
next-server-context jaydenseric/next-server-context JavaScript

A Next.js App or page decorator, React context object, and React hook to access Node.js HTTP server context when rendering components.

29
jsdoc-md jaydenseric/jsdoc-md JavaScript

A Node.js CLI and equivalent JS API to analyze source JSDoc and generate documentation under a given heading in a markdown file (such as readme.md).

27
eslint-config-env jaydenseric/eslint-config-env JavaScript

ESLint config optimized for authoring packages that adapts to the project environment.

10