Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port 'with-static-export' example to TypeScript #38268

Merged

Conversation

shawncal
Copy link
Contributor

@shawncal shawncal commented Jul 3, 2022

The 'with-static-export' example is very useful but, if a developer wants to use TypeScript, converting it is nontrivial. There are some gotchas in the GetStaticProps/GetStaticPaths functions. This example should help jumpstart TS development for sites static generation.

Documentation / Examples

  • Make sure the linting passes by running pnpm lint
  • The examples guidelines are followed from our contributing doc

@ijjk ijjk added the examples Issue/PR related to examples label Jul 3, 2022
@shawncal
Copy link
Contributor Author

shawncal commented Jul 3, 2022

@maintainers Let me know if you'd prefer updating the existing with-static-export example to use TS instead of adding this new with-static-export-typescript example alongside it.

@maxproske
Copy link
Contributor

@shawncal Looks like converting existing examples to TypeScript is preferred - no need for a separate TypeScript example. #37682 (review)

Copy link
Member

@balazsorban44 balazsorban44 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#38268 (comment) is correct. Let's just convert the existing example. 👍 Thanks!

@shawncal shawncal changed the title Add 'with-static-export-typescript' example Port 'with-static-export' example to TypeScript Jul 18, 2022
@ijjk
Copy link
Member

ijjk commented Aug 7, 2022

Thanks!

@kodiakhq kodiakhq bot merged commit 0d5a692 into vercel:canary Aug 7, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 7, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
examples Issue/PR related to examples
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants