rsnext/examples
Julian 38b3423160
Fix Dead Links in @neshca/cache-handler-redis example README.md (#67415)
<!-- 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?
Updating links to the @neshca/cache-handler documentation that are dead.
### Why?
To improve developer experience (DX) by ensuring README.md links are
functional.
### How?
Edit the Markdown links in the README.md file of the example to point to
the correct URLs.


-->
Hello,

This PR updates dead links in the @neshca/cache-handler-redis example's
README.md to ensure they point to the correct URLs.

Thank you for your review!

Co-authored-by: Jiwon Choi <devjiwonchoi@gmail.com>
2024-07-04 15:35:15 +00:00
..
active-class-name Update examples/active-class-name (#62506) 2024-02-26 16:40:16 +00:00
amp chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
analyze-bundles chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
api-routes chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
api-routes-apollo-server chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
api-routes-apollo-server-and-client chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
api-routes-apollo-server-and-client-auth chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
api-routes-cors chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
api-routes-graphql chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
api-routes-middleware Fix error in api-routes-middleware example (#62788) 2024-03-03 18:43:41 +01:00
api-routes-rate-limit chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
api-routes-rest chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
app-dir-i18n-routing examples: add favicon.ico for to avoid browser requests (#62511) 2024-02-26 17:29:27 +00:00
app-dir-mdx chore: update prettier to 3.2.5 (#65092) 2024-05-08 21:47:14 +02:00
auth chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
auth-with-stytch Update auth-with-stytch example to link to the official guide (#62770) 2024-03-04 13:53:58 +01:00
auth0 refactor: rename API endpoint to '/api/protected-api' for comment (#66456) 2024-06-02 23:38:42 +00:00
basic-css chore: update prettier to 3.2.5 (#65092) 2024-05-08 21:47:14 +02:00
basic-export chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
blog chore: update prettier to 3.2.5 (#65092) 2024-05-08 21:47:14 +02:00
blog-starter Example/update blog starter (#66926) 2024-06-23 01:19:09 -07:00
blog-with-comment fix: Check if the GET comments response was ok, otherwise throw (#62041) 2024-02-14 15:03:40 +00:00
cache-handler-redis Fix Dead Links in @neshca/cache-handler-redis example README.md (#67415) 2024-07-04 15:35:15 +00:00
catch-all-routes chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
cloudflare-turnstile chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
cms-agilitycms Update README.md (#60595) 2024-01-17 00:23:05 +00:00
cms-builder-io chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
cms-buttercms chore: update prettier to 3.2.5 (#65092) 2024-05-08 21:47:14 +02:00
cms-contentful chore: update prettier to 3.2.5 (#65092) 2024-05-08 21:47:14 +02:00
cms-cosmic chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
cms-datocms chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
cms-dotcms Update Sanity example for App Router (#63045) 2024-03-10 19:49:18 -07:00
cms-drupal chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
cms-enterspeed chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
cms-ghost chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
cms-graphcms chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
cms-keystonejs-embedded Remove cms-keystonejs-embedded and link to official docs (#62876) 2024-03-05 14:34:45 +01:00
cms-kontent-ai chore: update prettier to 3.2.5 (#65092) 2024-05-08 21:47:14 +02:00
cms-makeswift chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
cms-payload chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
cms-plasmic chore: update prettier to 3.2.5 (#65092) 2024-05-08 21:47:14 +02:00
cms-prepr chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
cms-prismic chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
cms-sanity Update Sanity example deps and prepare for next v15 (#66158) 2024-06-04 10:46:46 -07:00
cms-sitecore-xmcloud chore: update prettier to 3.2.5 (#65092) 2024-05-08 21:47:14 +02:00
cms-sitefinity chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
cms-storyblok Patch 2 (#62147) 2024-02-16 20:29:28 +00:00
cms-strapi Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
cms-takeshape chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
cms-tina chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
cms-umbraco-heartcore chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
cms-webiny chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
cms-wordpress chore: update prettier to 3.2.5 (#65092) 2024-05-08 21:47:14 +02:00
convex update convex README.md (#65765) 2024-05-16 23:52:41 +00:00
custom-routes-proxying chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
custom-server chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
dynamic-routing chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
environment-variables chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
github-pages chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
head-elements chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
headers chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
hello-world chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
i18n-routing chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
image-component examples: Change "pages" to "apps" in the Image Component Example description. (#60929) 2024-01-21 09:52:10 -06:00
image-legacy-component Resolve grammatical errors in examples (#65644) 2024-05-13 17:10:40 +00:00
inngest chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
layout-component chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
markdoc chore: update prettier to 3.2.5 (#65092) 2024-05-08 21:47:14 +02:00
middleware Update middleware example to App Router (#65618) 2024-05-13 21:03:09 +00:00
middleware-matcher chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
modularize-imports chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
nested-components chore: update prettier to 3.2.5 (#65092) 2024-05-08 21:47:14 +02:00
next-css chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
next-forms Support React 19 in App and Pages router (#65058) 2024-05-07 18:18:32 +02:00
next-offline chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
panda-css chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
progressive-web-app chore: update prettier to 3.2.5 (#65092) 2024-05-08 21:47:14 +02:00
radix-ui chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
react-remove-properties chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
redirects chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
remove-console chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
reproduction-template chore(examples): update reproduction template (#66301) 2024-05-28 18:11:47 -07:00
reproduction-template-pages Upgrade react@beta (#65845) 2024-05-16 21:59:47 +02:00
rewrites chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
script-component feat(eslint): enhance no-unwanted-polyfill w/ new endpoints (#62719) 2024-03-06 16:42:53 +00:00
server-actions-upload chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
ssr-caching chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
svg-components Turbopack issue report tests (#61845) 2024-02-10 12:59:31 +01:00
with-ably chore: update prettier to 3.2.5 (#65092) 2024-05-08 21:47:14 +02:00
with-absolute-imports chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-algolia-react-instantsearch chore: update prettier to 3.2.5 (#65092) 2024-05-08 21:47:14 +02:00
with-ant-design chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-apivideo chore: update prettier to 3.2.5 (#65092) 2024-05-08 21:47:14 +02:00
with-apollo adopt modern & supported Apollo Client patterns in the with-apollo example (#65316) 2024-05-26 17:08:52 -07:00
with-apollo-and-redux chore: update prettier to 3.2.5 (#65092) 2024-05-08 21:47:14 +02:00
with-axiom chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-azure-cosmos chore: update prettier to 3.2.5 (#65092) 2024-05-08 21:47:14 +02:00
with-babel-macros chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-chakra-ui chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-clerk chore: update prettier to 3.2.5 (#65092) 2024-05-08 21:47:14 +02:00
with-cloudinary chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-compiled-css chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-contentlayer chore: update prettier to 3.2.5 (#65092) 2024-05-08 21:47:14 +02:00
with-context-api chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-cookies-next chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-couchbase chore: update prettier to 3.2.5 (#65092) 2024-05-08 21:47:14 +02:00
with-cssed chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-custom-babel-config chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-cxs chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-cypress chore: update prettier to 3.2.5 (#65092) 2024-05-08 21:47:14 +02:00
with-docker chore: update prettier to 3.2.5 (#65092) 2024-05-08 21:47:14 +02:00
with-docker-compose chore: update prettier to 3.2.5 (#65092) 2024-05-08 21:47:14 +02:00
with-docker-multi-env chore: update prettier to 3.2.5 (#65092) 2024-05-08 21:47:14 +02:00
with-draft-js chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-dynamic-import chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-edgedb chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-elasticsearch chore: update prettier to 3.2.5 (#65092) 2024-05-08 21:47:14 +02:00
with-electron chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-electron-typescript chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-emotion chore: update prettier to 3.2.5 (#65092) 2024-05-08 21:47:14 +02:00
with-emotion-swc Update with-emotion example (#62771) 2024-03-03 08:04:32 +01:00
with-emotion-vanilla Update with-emotion example (#62771) 2024-03-03 08:04:32 +01:00
with-eslint chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-expo-typescript chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-facebook-pixel Fix invalid / import in with-facebook-pixel example (#62772) 2024-03-03 07:25:43 +01:00
with-fauna chore: update prettier to 3.2.5 (#65092) 2024-05-08 21:47:14 +02:00
with-fela chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-filbert chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-fingerprintjs-pro chore: update prettier to 3.2.5 (#65092) 2024-05-08 21:47:14 +02:00
with-firebase chore: update prettier to 3.2.5 (#65092) 2024-05-08 21:47:14 +02:00
with-firebase-cloud-messaging chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-firebase-hosting chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-flow chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-formspree chore: update prettier to 3.2.5 (#65092) 2024-05-08 21:47:14 +02:00
with-framer-motion chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-goober chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-google-analytics Update Google Analytics example for App Router (#66021) 2024-05-21 20:47:09 +00:00
with-google-maps-embed chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-grafbase chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-graphql-gateway chore: update prettier to 3.2.5 (#65092) 2024-05-08 21:47:14 +02:00
with-graphql-hooks fix(examples): invalid with-apollo and with-graphql-hooks (#64186) 2024-04-08 07:55:39 -07:00
with-graphql-react chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-gsap chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-hls-js chore: update prettier to 3.2.5 (#65092) 2024-05-08 21:47:14 +02:00
with-http2 chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-i18n-next-intl chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-i18n-rosetta chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-ionic-typescript chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-iron-session Link to iron-session example (#62808) 2024-03-04 14:46:28 +01:00
with-jest chore: update prettier to 3.2.5 (#65092) 2024-05-08 21:47:14 +02:00
with-jest-babel chore: update prettier to 3.2.5 (#65092) 2024-05-08 21:47:14 +02:00
with-joi Fix with-joi example (#62877) 2024-03-05 14:56:56 +01:00
with-jotai chore: update prettier to 3.2.5 (#65092) 2024-05-08 21:47:14 +02:00
with-kea chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-knex chore: update prettier to 3.2.5 (#65092) 2024-05-08 21:47:14 +02:00
with-linaria chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-lingui chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-magic chore: update prettier to 3.2.5 (#65092) 2024-05-08 21:47:14 +02:00
with-mantine chore: update prettier to 3.2.5 (#65092) 2024-05-08 21:47:14 +02:00
with-mdbreact chore: update prettier to 3.2.5 (#65092) 2024-05-08 21:47:14 +02:00
with-mdx Revert "examples(with-mdx): update to MDX 3" (#67249) 2024-06-27 17:24:53 +00:00
with-mdx-remote chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-mobx chore: update prettier to 3.2.5 (#65092) 2024-05-08 21:47:14 +02:00
with-mobx-state-tree chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-mocha chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-mongodb fix: Prevent MongoDB client promise being cached (#66977) 2024-06-18 09:47:07 +02:00
with-mongodb-mongoose deps updated for with-mongodb-mongoose example (#64928) 2024-04-23 20:05:21 +00:00
with-mqtt-js chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-msw chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-mux-video with-mux-video: move to app router and update packages (#62297) 2024-03-07 22:08:49 +00:00
with-mysql chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-neo4j chore: update prettier to 3.2.5 (#65092) 2024-05-08 21:47:14 +02:00
with-next-page-transitions chore: update prettier to 3.2.5 (#65092) 2024-05-08 21:47:14 +02:00
with-next-sass chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-next-seo chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-next-sitemap chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-next-translate chore: update prettier to 3.2.5 (#65092) 2024-05-08 21:47:14 +02:00
with-next-ui chore: update prettier to 3.2.5 (#65092) 2024-05-08 21:47:14 +02:00
with-nhost-auth-realtime-graphql chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-opentelemetry chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-orbit-components chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-overmind chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-particles chore: update prettier to 3.2.5 (#65092) 2024-05-08 21:47:14 +02:00
with-passport chore: update prettier to 3.2.5 (#65092) 2024-05-08 21:47:14 +02:00
with-passport-and-next-connect chore: update prettier to 3.2.5 (#65092) 2024-05-08 21:47:14 +02:00
with-paste-typescript chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-plausible chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-playwright chore: update prettier to 3.2.5 (#65092) 2024-05-08 21:47:14 +02:00
with-polyfills chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-portals chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-portals-ssr chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-postgres chore: update prettier to 3.2.5 (#65092) 2024-05-08 21:47:14 +02:00
with-prefetching chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-quill-js Fix with-quill-js example (#62819) 2024-03-04 16:49:58 +01:00
with-rbx-bulma-pro chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-react-bootstrap Update with-react-bootstrap to be Turbopack compatible (#62773) 2024-03-03 07:25:30 +01:00
with-react-foundation chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-react-ga4 Resolve grammatical errors in examples (#65644) 2024-05-13 17:10:40 +00:00
with-react-hook-form Update with-react-hook-form example (#66253) 2024-05-28 18:52:34 +00:00
with-react-intl chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-react-jss chore: update prettier to 3.2.5 (#65092) 2024-05-08 21:47:14 +02:00
with-react-md-typescript chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-react-multi-carousel chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-react-native-web Fix react-native-web example for Turbopack (#62814) 2024-03-04 15:46:35 +01:00
with-react-toolbox chore: update prettier to 3.2.5 (#65092) 2024-05-08 21:47:14 +02:00
with-reactstrap Update with-react-bootstrap to be Turbopack compatible (#62773) 2024-03-03 07:25:30 +01:00
with-realm-web chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-rebass chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-recoil chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-redis examples: Update redis example with useOptimistic (#60596) 2024-01-15 21:19:59 -06:00
with-redux chore: update prettier to 3.2.5 (#65092) 2024-05-08 21:47:14 +02:00
with-reflexjs chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-reflux chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-relay-modern chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-rematch chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-route-as-modal chore: Bump react-modal to 3.16.2 in with-router-as-modal example (#65841) 2024-05-17 22:56:40 -07:00
with-segment-analytics chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-segment-analytics-pages-router chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-sentry chore: update prettier to 3.2.5 (#65092) 2024-05-08 21:47:14 +02:00
with-service-worker chore: fix a wrong link for with-service-worker example (#64666) 2024-04-17 14:36:00 +00:00
with-sfcc chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-shallow-routing chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-sitemap Updated with-sitemap example for App Router (#66995) 2024-06-20 09:18:56 +00:00
with-slate chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-static-export chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-stencil chore: update prettier to 3.2.5 (#65092) 2024-05-08 21:47:14 +02:00
with-stitches chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-storybook fix: fix entry point for storybook, add storybook static ouput to gitignore (#67207) 2024-06-26 22:25:42 +09:00
with-storybook-styled-jsx-scss chore: update prettier to 3.2.5 (#65092) 2024-05-08 21:47:14 +02:00
with-strict-csp chore: update prettier to 3.2.5 (#65092) 2024-05-08 21:47:14 +02:00
with-stripe-typescript chore: update prettier to 3.2.5 (#65092) 2024-05-08 21:47:14 +02:00
with-styled-components chore: update prettier to 3.2.5 (#65092) 2024-05-08 21:47:14 +02:00
with-styled-components-babel chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-styled-components-rtl chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-styled-jsx chore: update prettier to 3.2.5 (#65092) 2024-05-08 21:47:14 +02:00
with-styled-jsx-plugins chore: update prettier to 3.2.5 (#65092) 2024-05-08 21:47:14 +02:00
with-styled-jsx-scss chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-styletron chore: update prettier to 3.2.5 (#65092) 2024-05-08 21:47:14 +02:00
with-supabase Prepare for easier shadcn ui install (#66469) 2024-06-20 01:42:36 -07:00
with-supertokens Update with-supertokens example (#66827) 2024-06-14 18:06:20 +00:00
with-tailwindcss Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
with-temporal feat: enable @typescript-eslint/recommended in create-next-app --typescript (#52845) 2024-06-27 09:37:01 +00:00
with-three-js chore: update prettier to 3.2.5 (#65092) 2024-05-08 21:47:14 +02:00
with-tigris chore: update prettier to 3.2.5 (#65092) 2024-05-08 21:47:14 +02:00
with-turbopack chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-turbopack-loaders chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-turso Fix export function name on docs/routing/layouts-and-templates (#65240) 2024-05-01 11:20:45 -07:00
with-typescript chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-typescript-graphql chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-typescript-types chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-unsplash chore: update prettier to 3.2.5 (#65092) 2024-05-08 21:47:14 +02:00
with-unstated chore: update prettier to 3.2.5 (#65092) 2024-05-08 21:47:14 +02:00
with-urql chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-userbase chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-vanilla-extract chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-vercel-fetch chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-videojs chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-vitest chore: update prettier to 3.2.5 (#65092) 2024-05-08 21:47:14 +02:00
with-web-worker chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-webassembly Update with-webassembly example to fix hydration error (#62807) 2024-03-04 14:16:35 +01:00
with-windicss chore: update prettier to 3.2.5 (#65092) 2024-05-08 21:47:14 +02:00
with-xata chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-xstate chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-yarn-workspaces chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-yoga chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-youtube-embed chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-zones chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
with-zustand chore: update prettier to 3.2.5 (#65092) 2024-05-08 21:47:14 +02:00
.prettierrc.json chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00