rsnext/examples
Karl Horky ff257800fc
Remove copying of request headers to response (#58304)
<!-- Thanks for opening a PR! Your contribution is much appreciated.
To make sure your PR is handled as smoothly as possible we request that
you follow the checklist sections below.
Choose the right checklist for the change(s) that you're making:

## For Contributors

### Improving Documentation

- Run `pnpm prettier-fix` to fix formatting issues before opening the
PR.
- Read the Docs Contribution Guide to ensure your contribution follows
the docs guidelines:
https://nextjs.org/docs/community/contribution-guide

### Adding or Updating Examples

- The "examples guidelines" are followed from our contributing doc
https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md
- Make sure the linting passes by running `pnpm build && pnpm lint`. See
https://github.com/vercel/next.js/blob/canary/contributing/repository/linting.md

### Fixing a bug

- Related issues linked using `fixes #number`
- Tests added. See:
https://github.com/vercel/next.js/blob/canary/contributing/core/testing.md#writing-tests-for-nextjs
- Errors have a helpful link attached, see
https://github.com/vercel/next.js/blob/canary/contributing.md

### Adding a feature

- Implements an existing feature request or RFC. Make sure the feature
request has been accepted for implementation before opening a PR. (A
discussion must be opened, see
https://github.com/vercel/next.js/discussions/new?category=ideas)
- Related issues/discussions are linked using `fixes #number`
- e2e tests added
(https://github.com/vercel/next.js/blob/canary/contributing/core/testing.md#writing-tests-for-nextjs)
- Documentation added
- Telemetry added. In case of a feature if it's used or not.
- Errors have a helpful link attached, see
https://github.com/vercel/next.js/blob/canary/contributing.md


## For Maintainers

- Minimal description (aim for explaining to someone not on the team to
understand the PR)
- When linking to a Slack thread, you might want to share details of the
conclusion
- Link both the Linear (Fixes NEXT-xxx) and the GitHub issues
- Add review comments if necessary to explain to the reviewer the logic
behind a change

### What?

### Why?

### How?

Closes NEXT-
Fixes #

-->

### What?

Avoid copying request headers to response

### Why?

Copying request headers to response allows for reflection attacks
https://github.com/vercel/next.js/issues/57410

### How?

Remove the `headers:` property assignment

cc @leerob 

Followup to https://github.com/vercel/next.js/pull/58300

Fixes #57410
2023-11-10 16:14:54 +01:00
..
active-class-name active-class-name example style js has not taken effect (#56136) 2023-10-26 20:19:14 -05:00
amp Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
analyze-bundles Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
api-routes Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
api-routes-apollo-server Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
api-routes-apollo-server-and-client Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
api-routes-apollo-server-and-client-auth Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
api-routes-cors Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
api-routes-graphql Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
api-routes-middleware Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
api-routes-rate-limit Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
api-routes-rest Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
app-dir-i18n-routing Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
app-dir-mdx Update Explore the Next.js 13 playground. to Explore starter templates for Next.js (#57799) 2023-10-31 20:17:51 +00:00
auth-with-stytch Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
auth0 Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
basic-css Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
basic-export Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
blog Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
blog-starter Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
blog-with-comment Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
cache-handler-redis Add a self-hosted shared cache example (#58000) 2023-11-09 14:29:11 +00:00
catch-all-routes Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
cloudflare-turnstile Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
cms-agilitycms Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
cms-builder-io chore(next/image)!: mark domains as deprecated in favor remotePatterns (#57062) 2023-10-19 20:24:48 +00:00
cms-buttercms chore(next/image)!: mark domains as deprecated in favor remotePatterns (#57062) 2023-10-19 20:24:48 +00:00
cms-contentful Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
cms-cosmic chore(next/image)!: mark domains as deprecated in favor remotePatterns (#57062) 2023-10-19 20:24:48 +00:00
cms-datocms chore(next/image)!: mark domains as deprecated in favor remotePatterns (#57062) 2023-10-19 20:24:48 +00:00
cms-dotcms Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
cms-drupal chore(next/image)!: mark domains as deprecated in favor remotePatterns (#57062) 2023-10-19 20:24:48 +00:00
cms-enterspeed update @types/react version in examples (#57259) 2023-10-26 19:52:08 -05:00
cms-ghost chore(next/image)!: mark domains as deprecated in favor remotePatterns (#57062) 2023-10-19 20:24:48 +00:00
cms-graphcms chore(next/image)!: mark domains as deprecated in favor remotePatterns (#57062) 2023-10-19 20:24:48 +00:00
cms-keystonejs-embedded Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
cms-kontent-ai update @types/react version in examples (#57259) 2023-10-26 19:52:08 -05:00
cms-makeswift update @types/react version in examples (#57259) 2023-10-26 19:52:08 -05:00
cms-payload chore(next/image)!: mark domains as deprecated in favor remotePatterns (#57062) 2023-10-19 20:24:48 +00:00
cms-plasmic update @types/react version in examples (#57259) 2023-10-26 19:52:08 -05:00
cms-prepr chore(next/image)!: mark domains as deprecated in favor remotePatterns (#57062) 2023-10-19 20:24:48 +00:00
cms-prismic chore(next/image)!: mark domains as deprecated in favor remotePatterns (#57062) 2023-10-19 20:24:48 +00:00
cms-sanity Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
cms-sitecore-xmcloud Updates Mozilla links to not include language preference (#55326) 2023-09-13 11:06:29 -05:00
cms-sitefinity Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
cms-storyblok Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
cms-strapi Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
cms-takeshape Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
cms-tina Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
cms-umbraco-heartcore chore(next/image)!: mark domains as deprecated in favor remotePatterns (#57062) 2023-10-19 20:24:48 +00:00
cms-webiny chore(next/image)!: mark domains as deprecated in favor remotePatterns (#57062) 2023-10-19 20:24:48 +00:00
cms-wordpress chore(next/image)!: mark domains as deprecated in favor remotePatterns (#57062) 2023-10-19 20:24:48 +00:00
convex update @types/react version in examples (#57259) 2023-10-26 19:52:08 -05:00
custom-routes-proxying Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
custom-server Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
dynamic-routing update @types/react version in examples (#57259) 2023-10-26 19:52:08 -05:00
environment-variables Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
github-pages Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
head-elements Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
headers Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
hello-world examples: cleanup (#57845) 2023-11-01 00:08:55 +00:00
i18n-routing Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
image-component update @types/react version in examples (#57259) 2023-10-26 19:52:08 -05:00
image-legacy-component Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
inngest examples: fix inngest example for 3.x sdk (#57712) 2023-10-29 11:38:21 -05:00
layout-component Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
markdoc Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
middleware update @types/react version in examples (#57259) 2023-10-26 19:52:08 -05:00
middleware-matcher Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
modularize-imports Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
nested-components Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
next-css update @types/react version in examples (#57259) 2023-10-26 19:52:08 -05:00
next-forms Remove `experimental: { serverActions: true } from examples as it is stable in next 14. (#57598) 2023-10-31 13:01:26 +01:00
next-offline Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
panda-css Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
progressive-web-app Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
radix-ui update @types/react version in examples (#57259) 2023-10-26 19:52:08 -05:00
react-remove-properties Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
redirects Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
remove-console Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
reproduction-template Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
reproduction-template-pages Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
rewrites Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
script-component Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
ssr-caching Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
svg-components Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-ably Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-absolute-imports Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-algolia-react-instantsearch Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-ant-design Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-apivideo chore(next/image)!: mark domains as deprecated in favor remotePatterns (#57062) 2023-10-19 20:24:48 +00:00
with-apollo Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-apollo-and-redux Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-axiom Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-azure-cosmos Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-babel-macros Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-chakra-ui Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-clerk examples: Update example with-Clerk (#57050) 2023-10-26 20:14:37 -05:00
with-cloudinary update @types/react version in examples (#57259) 2023-10-26 19:52:08 -05:00
with-compiled-css Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-contentlayer Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-context-api Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-cookies-next Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-couchbase Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-cssed Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-custom-babel-config Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-cxs Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-cypress update @types/react version in examples (#57259) 2023-10-26 19:52:08 -05:00
with-docker Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-docker-compose Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-docker-multi-env Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-draft-js Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-dynamic-import Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-edgedb Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-elasticsearch Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-electron Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-electron-typescript Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-emotion Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-emotion-swc update @types/react version in examples (#57259) 2023-10-26 19:52:08 -05:00
with-emotion-vanilla Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-eslint Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-expo-typescript Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-facebook-pixel Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-fauna Remove `experimental: { serverActions: true } from examples as it is stable in next 14. (#57598) 2023-10-31 13:01:26 +01:00
with-fela Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-filbert Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-fingerprintjs-pro update @types/react version in examples (#57259) 2023-10-26 19:52:08 -05:00
with-firebase Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-firebase-cloud-messaging Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-firebase-hosting Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-flow Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-formspree Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-framer-motion Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-goober Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-google-analytics Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-google-maps-embed (Examples) Add with-google-maps-embed example (#57365) 2023-10-26 19:13:12 -05:00
with-grafbase update @types/react version in examples (#57259) 2023-10-26 19:52:08 -05:00
with-graphql-gateway update @types/react version in examples (#57259) 2023-10-26 19:52:08 -05:00
with-graphql-hooks Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-graphql-react Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-gsap Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-hls-js Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-http2 Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-i18n-next-intl Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-i18n-rosetta Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-ionic-typescript Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-iron-session chore(next/image)!: mark domains as deprecated in favor remotePatterns (#57062) 2023-10-19 20:24:48 +00:00
with-jest update @types/react version in examples (#57259) 2023-10-26 19:52:08 -05:00
with-jest-babel update @types/react version in examples (#57259) 2023-10-26 19:52:08 -05:00
with-joi Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-jotai Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-kea Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-knex Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-linaria Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-lingui Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-magic Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-mantine update @types/react version in examples (#57259) 2023-10-26 19:52:08 -05:00
with-mdbreact Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-mdx Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-mdx-remote Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-mobx Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-mobx-state-tree Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-mocha Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-mongodb Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-mongodb-mongoose Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-mqtt-js Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-msw update @types/react version in examples (#57259) 2023-10-26 19:52:08 -05:00
with-mux-video Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-mysql Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-neo4j Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-next-page-transitions Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-next-sass Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-next-seo Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-next-sitemap Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-next-translate Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-next-ui update @types/react version in examples (#57259) 2023-10-26 19:52:08 -05:00
with-nhost-auth-realtime-graphql Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-opentelemetry update @types/react version in examples (#57259) 2023-10-26 19:52:08 -05:00
with-orbit-components Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-overmind Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-particles update @types/react version in examples (#57259) 2023-10-26 19:52:08 -05:00
with-passport Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-passport-and-next-connect Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-paste-typescript Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-plausible Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-playwright Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-polyfills Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-portals Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-portals-ssr Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-postgres Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-prefetching update @types/react version in examples (#57259) 2023-10-26 19:52:08 -05:00
with-quill-js Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-rbx-bulma-pro Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-react-bootstrap Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-react-foundation Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-react-ga4 Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-react-hook-form Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-react-intl update @types/react version in examples (#57259) 2023-10-26 19:52:08 -05:00
with-react-jss update @types/react version in examples (#57259) 2023-10-26 19:52:08 -05:00
with-react-md-typescript Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-react-multi-carousel Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-react-native-web Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-react-toolbox Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-react-with-styles Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-reactstrap Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-realm-web Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-reasonml-todo Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-rebass Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-recoil Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-redis Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-redux update @types/react version in examples (#57259) 2023-10-26 19:52:08 -05:00
with-reflexjs Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-reflux Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-relay-modern Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-rematch Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-route-as-modal Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-segment-analytics update @types/react version in examples (#57259) 2023-10-26 19:52:08 -05:00
with-segment-analytics-pages-router update @types/react version in examples (#57259) 2023-10-26 19:52:08 -05:00
with-semantic-ui Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-sentry Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-service-worker Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-sfcc update @types/react version in examples (#57259) 2023-10-26 19:52:08 -05:00
with-shallow-routing Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-sitemap Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-slate update @types/react version in examples (#57259) 2023-10-26 19:52:08 -05:00
with-static-export Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-stencil Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-stitches Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-storybook Update Explore the Next.js 13 playground. to Explore starter templates for Next.js (#57799) 2023-10-31 20:17:51 +00:00
with-storybook-styled-jsx-scss Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-strict-csp Remove copying of request headers to response (#58304) 2023-11-10 16:14:54 +01:00
with-stripe-typescript Remove `experimental: { serverActions: true } from examples as it is stable in next 14. (#57598) 2023-10-31 13:01:26 +01:00
with-styled-components Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-styled-components-babel Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-styled-components-rtl Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-styled-jsx Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-styled-jsx-plugins Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-styled-jsx-scss Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-styletron Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-supabase Chore: refactor to use server actions in with-supabase example (#57858) 2023-11-01 14:58:33 +00:00
with-supertokens update @types/react version in examples (#57259) 2023-10-26 19:52:08 -05:00
with-tailwindcss Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-temporal Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-three-js Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-tigris update @types/react version in examples (#57259) 2023-10-26 19:52:08 -05:00
with-turbopack examples: cleanup (#57845) 2023-11-01 00:08:55 +00:00
with-turbopack-loaders Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-typescript Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-typescript-graphql Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-typescript-types Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-unsplash Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-unstated Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-urql Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-userbase Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-vanilla-extract update @types/react version in examples (#57259) 2023-10-26 19:52:08 -05:00
with-vercel-fetch Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-videojs Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-vitest update @types/react version in examples (#57259) 2023-10-26 19:52:08 -05:00
with-web-worker Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-webassembly Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-why-did-you-render Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-windicss Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-xata update @types/react version in examples (#57259) 2023-10-26 19:52:08 -05:00
with-xstate Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-yarn-workspaces Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-yoga Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-youtube-embed (Examples) Add with-youtube-embed example (#57367) 2023-10-26 19:12:23 -05:00
with-zones Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-zustand update @types/react version in examples (#57259) 2023-10-26 19:52:08 -05:00