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
Popular repositories
1,454 contributions in the last year
Activity overview
Contribution activity
October 2020
Created a pull request in vercel/next-site that received 1 comment
- Add with-facebook-pixel example
- Improve with-tailwindcss example
- Fix higherOrderComponent causing broken layout
- Add use-npm CLI flag docs
- Fix grammatical typo in docs
- Fix with-mongodb hot-reload issue and race condition
- Fix with-msw example
- Use useRouter over Router for with-react-ga example
- Fix with-apollo example
- remove unneeded deps & updated example
- Fixed missing SSR styles in with-fela example
- feat: SSR fetch function to be customizable
- change anonymous functions to named in docs examples
- Update migrating from Gatsby docs.
- Add docs on how to migrate from Gatsby.
- Normalize optional catch-all fallback: true page params
- add example with mobx version 6 and mobx react lite
- Add warning when exporting with custom routes
- add static export to example, fixes #17385
- Remove mkdirp from dependencies again
- Fixes #16431
- Add missing introductory exportPathMap purpose description
- Gave names to anonymous functions in the docs. Tried to be as semantic as possible.
- [docs] Fix typo Next.js -> TypeScript
- update README for vercel.app, stream.new
Created an issue in vercel/next.js that received 1 comment
fallback: 'unstable_blocking' is not encoding dynamic params properly
Bug report
Describe the bug
In the following page called pages/post/[slug].tsx:
import { useRouter } from 'next/router' export async function getSt…
- Clearer Custom Error Page documentation page
- Clearer Custom Error Page documentation page
- Why do we need json files to be existed in .next directory when we build static pages
- Global state resets on client side reload of page
- Redirect based on users ip
- Client side fetching vs Incremental static generation
- Next.js suddenly does not work in WSL 2 (can't open localhost in browsers)
- Multiple dynamic routes
- Are there any downsides or limitations of using Next.js api routes instead of custom server?
- Optional catch-all routes - How are they supposed to work with SSG? Is it a SSR-only feature?
- Global state resets on client side reload of page
- How to view documentation from previous version
- What's the difference getStaticPaths fallback true or false when fetching dynamic id
- GetStaticProps type in conjunction with InferGetStaticPropsType type
- ResizeObserver
- Unexpected behaviour when use router push with URL object
- Why can't I get query params in getStaticProps?