Skip to content
View dasblitz's full-sized avatar
Block or Report

Block or report dasblitz

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned

  1. React createFetcher explained React createFetcher explained
    1
    // This gist aims to explain how it's possible that async functions inside React
    2
    // using createFetcher(Promise).next(key) can work.
    3
    
    
    4
    // A possible implementation of the new createFetcher function
    5
    // as shown by https://twitter.com/jamiebuilds/status/969169357094842368