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
4,737 contributions in the last year
Activity overview
Contribution activity
October 2020
Created a pull request in vercel/next.js that received 5 comments
Call Web Vitals reporting at correct time
This PR adjust the Web Vitals reporting to be called after rendering occurs. It used to work like this, but React's render method is no longer sync…
- Update install-sharp.md
- Add layout prop to Image component
- ImageEngine image optimization / image CDN support
- Ensure custom routes handling with i18n
- Rename Image prop unsized to dangerouslyUseUnsizedImage
- Add err.sh for i18n config errors
- Fix Symbol.prototype.description
- Update image optimization docs to include blog details
- Update docs with details for cached images
- Record leveraged configs
- Rename iconSizes to imageSizes, remove size limitation
- Add error for unstable_blocking usage post-rename
- Expose configured default locale in GS(S)P methods
- Add fetching 404 SSG data on fallback notFound
- Remove unstable_ prefix from unstable_notFound
- Remove unstable_ prefix from unstable_redirect
- Add initial example for i18n routing
- Add i18n routing docs to manifest
- Add support for notFound in getServerSideProps
- Remove unstable_ prefix from unstable_blocking
- Stabilize i18n fallback test
- Handle preferring default locale over accept-lang preferred locale
- (docs) Fixes for "Migrating from Gatsby" doc
- Update to use hasNextSupport for custom-routes in next export check
- Add warning when exporting with custom routes
- Some pull request reviews not shown.
- [next] Fix root-most optional-catchall with i18n
- [next] Ensure revalidation works with i18n
- [next] Fix index data path for non-locale path
- [next] Update tests for stabilized field
- [next] Add redirecting domain specific locales
- [next] Ensure index GSP data is available at correct path
- [next] Remove unstable_ prefix from unstable_blocking
- [@vercel/next] Update default config
- [next] Update next.config backup name to be deterministic
Created an issue in vercel/next.js that received 6 comments
Proposal: NextImage should automatically determine width/height for local images
Feature request
It'd be really cool if NextImage automatically configured width and height for local images, as well as automatically hashing the i…

