Highlights
- Arctic Code Vault Contributor
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 upPinned
4,954 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 2 repositories
- Timer/sentry-docs TypeScript
- Timer/nextjs-analytics-demo JavaScript
Created a pull request in vercel/next.js that received 16 comments
Replace page loader with new route loader
This pull request completely replaces our old page loader with a brand new route loader. Our existing comprehensive test suite means I did not need…
Opened 29 other pull requests in 5 repositories
vercel/next.js
19
merged
- Update vitals URL
- Use `render` after `hydrate`
- Remove old modern mode experiment
- Upgrade `styled-jsx`
- Fix minifying inline CSS comments
- Respect next/babel user provided runtime option
- Fix component lifecycle order for style swap
- Remove preload for priority images
- Adjust how CSS files are fetched
- Upgrade use-subscription for React 16/17 bicompat
- Control <Image /> prefetching with React
- Upgrade cssnano
- Ensure we prefetch on hover
- Load CSS early instead of only preloading
- Speed up SSG prefetching
- Omit ignored property from <Image/ > to prevent confusion
- Prevent Next.js from removing all of its styles on hydration
- Rotate image from EXIF data
- Add default tags for issue templates
vercel/styled-jsx
4
merged
vercel/vercel
3
merged
vercel/gatsby-plugin-vercel
2
merged
getsentry/sentry-docs
1
open
Reviewed 122 pull requests in 2 repositories
vercel/next.js 111 pull requests
- Add support for Fastly image loader
- Script loader component
- Add note to docs for i18n and next export
- Fix serverless with next start error case
- Ensure i18n + trailingSlash: true handles correctly
- Update next/link docs to not include example without `href`
- Ensure data prefetch for default locale is correct
- Update with-magic example
- Update multi zones example
- Fix prefetching in IE11
- Ensure path encoding is handled consistently for prerendered pages
- Enable handling for revalidate and notFound
- Add locale: false for custom-routes + i18n
- Revise image example with layouts near the top
- Add "nonce" from <Head> to the injected <style> to satisfy CSP
- Fix global CSS syntax error
- Add missing `sizes` prop on image component
- Propose some sentence changes
- Fallback to default config to enable testing Image component
- Ensure optional catchall prerendered indexes and i18n
- fix: issue #18338 - don't add a trailing slash to external links
- Add note about changing basePath config
- Fix grammar in isSerializableProps
- Update node-html-parser lib
- Add upgrading guide from Next.js 9 to 10
- Some pull request reviews not shown.
vercel/vercel 11 pull requests
- [next] Add handle: resource to ensure 404 page
- [next] Ensure public files are matched with i18n domains
- [next] Correct non-dynamic index SSG data route output
- [cli] Add tests to compare dev/prd image optimization
- Add support for reading the `public` directory from `.next`
- [next] Ensure correct route order for i18n + custom-routes
- [static-build][next][node][redwood] Invoke `installCommand` from Project settings
- [next] Correct data routes with basePath
- [next] Ensure auto-export dynamic routes are routed properly
- [next] Ensure localeDetection: false is honored
- [next] Add additional tests for i18n revalidate params
Created an issue in vercel/next.js that received 23 comments
Add additional `next/image` layout modes
Feature request
We should add further layout modes:
fixed-height (forces width: auto?)
flex-item
Opened 36 other issues in 1 repository
vercel/next.js
17
open
19
closed
- Add support for Fastly image loader
- [internal] clubhouse sync still seems to be removing milestone
- Add a troubleshooting section to the docs
- SSG_DATA_NOT_FOUND_ERROR shouldn't be unhandled
- Upgrade `styled-jsx` to fix React 17 compat
- Verify Next.js reads `public` directory from next to the `.next` directory
- Data fetching could be deduped if already in-flight
- The HTML generated by Image component is missing sizes
- Prevent headers from overwriting immutable assets
- Refactor trailing slash on external links code
- Initiate prefetch for more events
- Strongly type Next.js' serverless loader
- Investigate error case
- Fix flaky test
- Ensure Next.js is correctly respecting `NODE_ENV`
- Simplify code by removing modern mode experiment
- Prefetching on hover is broken
- Eliminate `promisedSsgManifest`
- `<Image />` accepts the `style` property even though it is ignored
- `next/image` priority preloads the largest size
- Overlay font size with global styles
- Fix Windows CI
- Fix React 17/Webpack 5 CI
- Add default timeout for GS(S)P methods
- Weird link error
- Some issues not shown.
Answered 7 discussions in 1 repository
vercel/next.js
- Should NextJS image component load different images with different size?
- Breakdown of First Load JS metric result in build output
- Image property layout='fill' is not filling its parent values
- Issue raised has been closed and merged! What next?!
- Can I "turn off" built-in import css support to reduce bundle size?
- next/image for dynamically sized images
- next/image serves image with low resolution per Lighthouse-Best Practices