Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
2,539 contributions in the last year
Activity overview
Contribution activity
October 2020
Created a pull request in vercel/next.js that received 22 comments
Allow pages to be async modules to enable top-level-await
Makes it possible to use top level await in Next.js pages and api handlers. Requires webpack 5. See also #11185 TODO: add tests serverless mode …