Highlights
- Arctic Code Vault Contributor
- GitHub Sponsor
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
Pinned
804 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 7 commits in 3 repositories
Created 2 repositories
- KyleAMathews/hyperdrive JavaScript
- KyleAMathews/create-gatsby-fs-routes JavaScript
Created a pull request in gatsbyjs/gatsby that received 8 comments
feat(gatsby): lazy compile page components in dev server
This means we only compile the core runtime code initially — page components are only compiled when the user visits the page. This can lead to time…
Opened 6 other pull requests in 1 repository
gatsbyjs/gatsby
3
open
3
merged
- WIP fix(gatsby): don't load all static query results upfront.
- feat(gatsby): enable compression in the dev server
- feat(gatsby): Lazily bundle routes for develop SSR
- feat(gatsby): data server
- fix(gatsby-plugin-manifest): create directories recursively
- fix(gatsby-recipes): fix GatsbyShadowFile resource — don't error if package isn't installed
Reviewed 6 pull requests in 1 repository
gatsbyjs/gatsby 6 pull requests
- fix(gatsby): don't hide original error if stack-trace point to not existing file
- fix(gatsby): account for edge case when payload of DELETE_NODE is undefined
- chore(gatsby-remark-autolink-headers): gitignore gatsby-node compiled by babel
- feat(gatsby-recipes): add Chakra UI recipe
- fix(recipes): Resolve themes relative to root
- feat(gatsby): SSR pages during development