Highlights
- Developer Program Member
- 9 discussions answered
Pinned
1,026 contributions in the last year
Less
More
Activity overview
Contribution activity
September 2021
Created 15 commits in 5 repositories
Created 2 repositories
- huozhi/next-server-components JavaScript
- huozhi/tsutils TypeScript
Created a pull request in vercel/next.js that received 31 comments
Experimental: hook version of reportWebVitals
Experimental
Introduce next/vitals and useWebVitalsReport API which is not limited by _app.
pages/index.js
import { useWebVitalsReport } from 'next…
+165
−52
•
31
comments
Opened 15 other pull requests in 5 repositories
vercel/swr
5
merged
vercel/styled-jsx
1
open
4
merged
vercel/next.js
1
closed
2
merged
ajafff/tsutils
1
open
vercel/swr-site
1
closed
Reviewed 31 pull requests in 4 repositories
vercel/next.js
15 pull requests
- Make traces in development reliable
- Add/styled jsx swc
- Fix create-next-app tests from example change
-
Simplify
RenderResult - Experimental: hook version of reportWebVitals
- Simplify static + dynamic HTML generation
-
Add
RenderResultclass -
[ESLint Plugin] Updates
no-document-import-in-pagerule to usepathseparators - Add line break to typescript template
- Sentry example: add js types to SentryWebpackPluginOptions
- Update css-loader runtime to use compiled files
- Reuse warning from postcss-loader
- Remove .next/traces directory as it's not used
- Update image styling doc
- Ensure @babel/types is not duplicated
vercel/swr
10 pull requests
- chore: Add React 18 to peerDependencies
- test: refactor immutable and infinite hook tests
- Revert "feat: add a warning for invalid arguments with suspense mode …
- Chore: code refactoring for swr/infinite
- Chore: refactor code related to unsubscribing global listeners
- build: no emit on error
- Stable hash
- test: add render utilities and remove TestSWRConfig
- Fix revalidateIfStale behavior when the key changes
- test: add tests for a global cache
vercel/swr-site
5 pull requests
vercel/styled-jsx
1 pull request
Created an issue in vercel/swr that received 2 comments
Better way of debugging with local swr assets
Currently use scripts to install node_modules and next inside examples, and run them with require hooks to debug with local swr assets. It's not de…
2
comments

