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 up
Pinned
2,225 contributions in the last year
Activity overview
Contribution activity
October 2020
Created a pull request in vercel/next.js that received 11 comments
Add failing test for image optimization
Test for something that still has to be added.
- Update use-subscription to account for React 17 peerDependency
- Fix flashing of no-src image when using next/image
- Make lazy-loading the default for next/image
- Fix precompiled code
- Update peerdependency to account for React 17
- Upgrade @ampproject/toolbox-optimizer
- Make sure `w` parameter is only included when a width is provided.
- Only load plugins with @next prefix
- Update default configuration to match image optimization
- Add missing next/image package file
- Fix GSP page titles in i18n-routing example
- docs: Add description to i18n-routing
- Ignore domains option when loader is set
- Add support for Fastly image loader
- add rewrites in storybook preset
- Tweak Image Optimization URL in example
- Unlazify images if no intersection observer found
- fix: Order `moduleFileExtensions` left-to-right
- Enable feature flag
- Update for React to 17.0.1
- Ensure getStaticProps is called for SSG 404 in blocking mode
- Fix trailing slash for default image loader
- Rename iconSizes to imageSizes, remove size limitation
- update @now/next to @vercel/next
- Update example link text
- Add support number quality on Image Component
- Adjust default image quality to 75
- Re-add domain locale redirect handling
- Fix Image `srcset` to ensure the component's `width` is the largest possible image
- Ensure 404 with SSG is rendered correctly with notFound
- Bump styled-jsx to 3.3.1
- Add docs for Image Optimization
- Add initial i18n documentation
- Add missing w param fallback
- Bump node-sass from 4.12.0 to 4.13.1
- Some pull request reviews not shown.
- [next] Update tests for stabilized field
- [next] Add redirecting domain specific locales
- [next] Image Optimization for default loader
- [next] Add handling for not found routes with i18n
- [next] Ensure root-most index GSP page is located correctly
- [next] Correct i18n trailing slash redirect priority
- [next] Add i18n support handling
- [next] Add support for Image Optimization
- [examples] Bump next from 9.5.1 to 9.5.4 in /examples/nextjs
Created an issue in vercel/next.js that received 16 comments
[WIP] Next.js Image Component
Keeping track of the feedback so far:
#18195 Lazy loading flickers a <img> with empty or not found src icon
#18123 Images that are rendered in a f…