The Wayback Machine - https://web.archive.org/web/20220420235520/https://github.com/jaydenseric
Skip to content
Avatar
🇦🇺
Deno, Node.js, GraphQL & React
🇦🇺
Deno, Node.js, GraphQL & React

Sponsors

@CelineDuHd @lorensr @GraphQLGuide @vendure-ecommerce @evilmartians @balsa @alaister @AndrewMilicevic @Tripwire

Sponsoring

@brettz9 @marcan @austincondiff

Achievements

Achievements

Highlights

  • Pro
  • 1 discussion answered

Organizations

@enamorapp
Block or Report

Block or report jaydenseric

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. ruck Public

    Ruck is an open source buildless React web application framework for Deno.

    JavaScript 10

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

    789 50

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

    JavaScript 1.3k 110

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

    JavaScript 669 26

  5. A terminating Apollo Link for Apollo Client that fetches a GraphQL multipart request if the GraphQL variables contain files (by default FileList, File, Blob, or ReactNativeFile instances), or else …

    JavaScript 1.4k 155

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

    JavaScript 50 11

Contribution activity

April 2022

Created 1 repository

Created a pull request in denoland/deno_std that received 3 comments

Created an issue in denoland/deno that received 1 comment

Closing an already closed file results in a BadResource error

With a opened file: const file = await Deno.open(fileUrl); Closing it twice in a row like this: file.close(); file.close(); Or this: Deno.close(file.…

1 comment
Opened 1 other issue in 1 repository
5 contributions in private repositories Apr 4 – Apr 5