From 15baece682177f0619e4c7f2cd95441176ed6092 Mon Sep 17 00:00:00 2001 From: Nikola Balic Date: Thu, 21 Nov 2024 14:29:34 +0100 Subject: [PATCH 01/69] Add "Open with Codeanywhere" badge to ioredis/README.md --- ioredis/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ioredis/README.md b/ioredis/README.md index 06fef48c..08bd7cac 100644 --- a/ioredis/README.md +++ b/ioredis/README.md @@ -8,6 +8,8 @@ Open this example on [CodeSandbox](https://codesandbox.com): [![Open in codesandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/remix-run/examples/tree/main/ioredis) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/remix-run/examples) + ## Usages - Use your existing redis server or [install new redis server](https://redis.io/topics/quickstart) or [start redis server with docker](https://hub.docker.com/_/redis). From 756f381928615fed1aaddbdda549f0cc4e562e6a Mon Sep 17 00:00:00 2001 From: Nikola Balic Date: Thu, 21 Nov 2024 14:29:36 +0100 Subject: [PATCH 02/69] Add "Open with Codeanywhere" badge to react-spring/README.md --- react-spring/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/react-spring/README.md b/react-spring/README.md index 1354e265..4fdfc48f 100644 --- a/react-spring/README.md +++ b/react-spring/README.md @@ -8,6 +8,8 @@ Open this example on [CodeSandbox](https://codesandbox.com): [![Open in CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/remix-run/examples/tree/main/react-spring) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/remix-run/examples) + ## Example This example shows how to animate on mount and animate on different events using `react-spring`. From 9b9a5147f23024fe39c0e11461a08518e5cfa292 Mon Sep 17 00:00:00 2001 From: Nikola Balic Date: Thu, 21 Nov 2024 14:29:37 +0100 Subject: [PATCH 03/69] Add "Open with Codeanywhere" badge to graphql-api/README.md --- graphql-api/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/graphql-api/README.md b/graphql-api/README.md index 1f0ea709..78761c26 100644 --- a/graphql-api/README.md +++ b/graphql-api/README.md @@ -16,6 +16,8 @@ Open this example on [CodeSandbox](https://codesandbox.com): [![Open in CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/remix-run/examples/tree/main/graphql-api) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/remix-run/examples) + ## Example This example makes use of [Remix Resource Routes][link-resource-routes] to fetch data from a sample [GraphQL API][link-sample-api] in addition to exposing that data via a JSON API. From ceac71c50f1c4247c9534c95a6a2c2de68ead034 Mon Sep 17 00:00:00 2001 From: Nikola Balic Date: Thu, 21 Nov 2024 14:29:39 +0100 Subject: [PATCH 04/69] Add "Open with Codeanywhere" badge to multiple-params/README.md --- multiple-params/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/multiple-params/README.md b/multiple-params/README.md index 10b010ab..be6a0d1b 100644 --- a/multiple-params/README.md +++ b/multiple-params/README.md @@ -79,3 +79,5 @@ npm start Open this example on [CodeSandbox](https://codesandbox.com): [![Open in CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/remix-run/examples/tree/main/multiple-params) + +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/remix-run/examples) From 645ccca785b2f59f86265f52304c4ae99284aba0 Mon Sep 17 00:00:00 2001 From: Nikola Balic Date: Thu, 21 Nov 2024 14:29:41 +0100 Subject: [PATCH 05/69] Add "Open with Codeanywhere" badge to outlet-form-rerender/README.md --- outlet-form-rerender/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/outlet-form-rerender/README.md b/outlet-form-rerender/README.md index 07363e38..e2af3830 100644 --- a/outlet-form-rerender/README.md +++ b/outlet-form-rerender/README.md @@ -12,6 +12,8 @@ Open this example on [CodeSandbox](https://codesandbox.com): [![Open in CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/remix-run/examples/tree/main/outlet-form-rerender) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/remix-run/examples) + ## Example Here we have a simple example where we list a set of users and, clicking on a user will open a form inside a nested route with details of the user prefilled. From e8373f64962559cd545b094fd1c11e0b21b5d9da Mon Sep 17 00:00:00 2001 From: Nikola Balic Date: Thu, 21 Nov 2024 14:29:42 +0100 Subject: [PATCH 06/69] Add "Open with Codeanywhere" badge to playwright/README.md --- playwright/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playwright/README.md b/playwright/README.md index 286ec9c7..19b31f45 100644 --- a/playwright/README.md +++ b/playwright/README.md @@ -8,6 +8,8 @@ Open this example on [CodeSandbox](https://codesandbox.com): [![Open in CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/remix-run/examples/tree/main/playwright) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/remix-run/examples) + ## Example This example shows how to use Playwright to write e2e tests with Remix. From 7cf69885a7e21e53d249e31d742abefac2570a9e Mon Sep 17 00:00:00 2001 From: Nikola Balic Date: Thu, 21 Nov 2024 14:29:44 +0100 Subject: [PATCH 07/69] Add "Open with Codeanywhere" badge to image-resize/README.md --- image-resize/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/image-resize/README.md b/image-resize/README.md index 163bfacd..f592c79c 100644 --- a/image-resize/README.md +++ b/image-resize/README.md @@ -12,6 +12,8 @@ Open this example on [CodeSandbox](https://codesandbox.com): [![Open in CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/remix-run/examples/tree/main/image-resize) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/remix-run/examples) + ## Example From your terminal: From 03afbc770d1afb88798a0740c707719f6369a1e0 Mon Sep 17 00:00:00 2001 From: Nikola Balic Date: Thu, 21 Nov 2024 14:29:46 +0100 Subject: [PATCH 08/69] Add "Open with Codeanywhere" badge to framer-motion/README.md --- framer-motion/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/framer-motion/README.md b/framer-motion/README.md index 0ba03483..d5aebddc 100644 --- a/framer-motion/README.md +++ b/framer-motion/README.md @@ -34,3 +34,5 @@ npm start Open this example on [CodeSandbox](https://codesandbox.com): [![Open in codesandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/remix-run/examples/tree/main/framer-motion) + +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/remix-run/examples) From b595cdf53a1e45630ec6a4108181125651ead2fd Mon Sep 17 00:00:00 2001 From: Nikola Balic Date: Thu, 21 Nov 2024 14:29:47 +0100 Subject: [PATCH 09/69] Add "Open with Codeanywhere" badge to error-boundary/README.md --- error-boundary/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/error-boundary/README.md b/error-boundary/README.md index 1dbb6bbd..b2ade45a 100644 --- a/error-boundary/README.md +++ b/error-boundary/README.md @@ -8,6 +8,8 @@ Open this example on [CodeSandbox](https://codesandbox.com): [![Open in CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/remix-run/examples/tree/main/error-boundary) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/remix-run/examples) + ## Example In this example, we have a list of users and one user that does not exist. When you navigate to the user that does not exist, our ErrorBoundary renders in place of the component for that route. From 6f8a260977c1d43a07f8665d001cee7a8bd9557e Mon Sep 17 00:00:00 2001 From: Nikola Balic Date: Thu, 21 Nov 2024 14:29:49 +0100 Subject: [PATCH 10/69] Add "Open with Codeanywhere" badge to _official-jokes/README.md --- _official-jokes/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_official-jokes/README.md b/_official-jokes/README.md index 262a3992..d3018c80 100644 --- a/_official-jokes/README.md +++ b/_official-jokes/README.md @@ -65,3 +65,5 @@ npm start Open this example on [CodeSandbox](https://codesandbox.com): [![Open in CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/remix-run/examples/tree/main/_official-jokes) + +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/remix-run/examples) From fa3dd278b9a2aba7477586faea11e6940d80a883 Mon Sep 17 00:00:00 2001 From: Nikola Balic Date: Thu, 21 Nov 2024 14:29:50 +0100 Subject: [PATCH 11/69] Add "Open with Codeanywhere" badge to vanilla-extract/README.md --- vanilla-extract/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vanilla-extract/README.md b/vanilla-extract/README.md index 0bc04dfd..1a571288 100644 --- a/vanilla-extract/README.md +++ b/vanilla-extract/README.md @@ -8,6 +8,8 @@ Open this example on [CodeSandbox](https://codesandbox.com): [![Open in CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/remix-run/examples/tree/main/vanilla-extract) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/remix-run/examples) + ## Example This example shows how to use the built-in Vanilla Extract support in Remix. Vanilla Extract is a zero-runtime CSS-in-TypeScript library that converts `.css.ts` files into static CSS at build time, providing first-class support for local-scoping of classes, variables, themes and more. From 9ec256bb286359d465639c87166f34dc3fb75516 Mon Sep 17 00:00:00 2001 From: Nikola Balic Date: Thu, 21 Nov 2024 14:29:52 +0100 Subject: [PATCH 12/69] Add "Open with Codeanywhere" badge to remix-auth-github/README.md --- remix-auth-github/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/remix-auth-github/README.md b/remix-auth-github/README.md index 110ccffc..f37c94df 100644 --- a/remix-auth-github/README.md +++ b/remix-auth-github/README.md @@ -8,6 +8,8 @@ Open this example on [CodeSandbox](https://codesandbox.com): [![Open in CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/remix-run/examples/tree/main/remix-auth-github) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/remix-run/examples) + ## Example This is using Remix Auth and the `remix-auth-github` packages. From e88f9783d02dee9c7e3e5cca01dd353e7aa7973d Mon Sep 17 00:00:00 2001 From: Nikola Balic Date: Thu, 21 Nov 2024 14:29:53 +0100 Subject: [PATCH 13/69] Add "Open with Codeanywhere" badge to stripe-integration/README.md --- stripe-integration/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stripe-integration/README.md b/stripe-integration/README.md index 0cac5934..62d23d45 100644 --- a/stripe-integration/README.md +++ b/stripe-integration/README.md @@ -30,6 +30,8 @@ Open this example on [CodeSandbox](https://codesandbox.com): [![Open in CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/remix-run/examples/tree/main/stripe-integration) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/remix-run/examples) + ## Related Links - [How to get the raw request body in action or loader ( for stripe integration) ? · Discussion #1978 · remix-run/remix](https://github.com/remix-run/remix/discussions/1978) From 7026d747faaea7b35fc38225ca6534eb16994287 Mon Sep 17 00:00:00 2001 From: Nikola Balic Date: Thu, 21 Nov 2024 14:29:55 +0100 Subject: [PATCH 14/69] Add "Open with Codeanywhere" badge to mux-video/README.md --- mux-video/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mux-video/README.md b/mux-video/README.md index 0bbbfdbd..0bcf16c6 100644 --- a/mux-video/README.md +++ b/mux-video/README.md @@ -15,6 +15,8 @@ Open this example on [CodeSandbox](https://codesandbox.com): [![Open in CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/remix-run/examples/tree/main/mux-video) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/remix-run/examples) + ## How to use ### Step 1. Create a Remix app with this example From 9bc69e39f21825b91b4998dd96696c6a6be959cd Mon Sep 17 00:00:00 2001 From: Nikola Balic Date: Thu, 21 Nov 2024 14:29:57 +0100 Subject: [PATCH 15/69] Add "Open with Codeanywhere" badge to chakra-ui/README.md --- chakra-ui/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chakra-ui/README.md b/chakra-ui/README.md index 2951d3b4..42429ef3 100644 --- a/chakra-ui/README.md +++ b/chakra-ui/README.md @@ -10,6 +10,8 @@ Open this example on [CodeSandbox](https://codesandbox.com): [![Open in CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/remix-run/examples/tree/main/chakra-ui) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/remix-run/examples) + ## Example This example shows how to use Chakra UI with Remix. From 21ea67bb9721b6b802ee0091ae9559e0682d194a Mon Sep 17 00:00:00 2001 From: Nikola Balic Date: Thu, 21 Nov 2024 14:29:59 +0100 Subject: [PATCH 16/69] Add "Open with Codeanywhere" badge to rust/README.md --- rust/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rust/README.md b/rust/README.md index 3ef7e8ec..07f8a742 100644 --- a/rust/README.md +++ b/rust/README.md @@ -8,6 +8,8 @@ Open this example on [CodeSandbox](https://codesandbox.com): [![Open in CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/remix-run/examples/tree/main/rust) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/remix-run/examples) + ## Example This example uses Rust compiled to WASM. From 323ea7e9d433a3aa215e012e5182f93201027a0f Mon Sep 17 00:00:00 2001 From: Nikola Balic Date: Thu, 21 Nov 2024 14:30:00 +0100 Subject: [PATCH 17/69] Add "Open with Codeanywhere" badge to styletron/README.md --- styletron/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/styletron/README.md b/styletron/README.md index 3659b9ca..3a0e3645 100644 --- a/styletron/README.md +++ b/styletron/README.md @@ -8,6 +8,8 @@ Open this example on [CodeSandbox](https://codesandbox.com): [![Open in CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/remix-run/examples/tree/main/styletron) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/remix-run/examples) + ## Example This example shows how to use Styletron with Remix. From 49478f6533ead254a4f6dedef17f4c5107be4ed5 Mon Sep 17 00:00:00 2001 From: Nikola Balic Date: Thu, 21 Nov 2024 14:30:02 +0100 Subject: [PATCH 18/69] Add "Open with Codeanywhere" badge to client-side-validation/README.md --- client-side-validation/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client-side-validation/README.md b/client-side-validation/README.md index 39955516..71b09c10 100644 --- a/client-side-validation/README.md +++ b/client-side-validation/README.md @@ -10,6 +10,8 @@ Open this example on [CodeSandbox](https://codesandbox.com): [![Open in CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/remix-run/examples/tree/main/client-side-validation) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/remix-run/examples) + ## Example This example shows how to use the built-in HTML5 validation features. From 4f1e84f0dd5333c9440bb4b9636f664c3e95fd9c Mon Sep 17 00:00:00 2001 From: Nikola Balic Date: Thu, 21 Nov 2024 14:30:04 +0100 Subject: [PATCH 19/69] Add "Open with Codeanywhere" badge to sse-counter/README.md --- sse-counter/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sse-counter/README.md b/sse-counter/README.md index 4a3772f8..a36205a6 100644 --- a/sse-counter/README.md +++ b/sse-counter/README.md @@ -8,6 +8,8 @@ Open this example on [CodeSandbox](https://codesandbox.com): [![Open in CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/remix-run/examples/tree/main/sse-counter) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/remix-run/examples) + ## Example The example uses the `eventStream` response helper from Remix Utils to implement a SSE endpoint. From 341fa590f7e42fa87987805c23dfa943c5b9b5ea Mon Sep 17 00:00:00 2001 From: Nikola Balic Date: Thu, 21 Nov 2024 14:30:05 +0100 Subject: [PATCH 20/69] Add "Open with Codeanywhere" badge to remix-auth-auth0/README.md --- remix-auth-auth0/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/remix-auth-auth0/README.md b/remix-auth-auth0/README.md index 425e4ab5..bafc7890 100644 --- a/remix-auth-auth0/README.md +++ b/remix-auth-auth0/README.md @@ -8,6 +8,8 @@ Open this example on [CodeSandbox](https://codesandbox.com): [![Open in CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/remix-run/examples/tree/main/remix-auth-auth0) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/remix-run/examples) + ## Example This is using Remix Auth and the remix-auth-auth0 packages. From 578a936621ca7ffb48779fdaae83e133a3bc2eb7 Mon Sep 17 00:00:00 2001 From: Nikola Balic Date: Thu, 21 Nov 2024 14:30:07 +0100 Subject: [PATCH 21/69] Add "Open with Codeanywhere" badge to session-flash/README.md --- session-flash/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/session-flash/README.md b/session-flash/README.md index 432f5eae..c3098ff4 100644 --- a/session-flash/README.md +++ b/session-flash/README.md @@ -8,6 +8,8 @@ Open this example on [CodeSandbox](https://codesandbox.com): [![Open in CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/remix-run/examples/tree/main/session-flash) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/remix-run/examples) + ## Example This example shows how to create a simple alert message. Check [app/routes/\_index.tsx](app/routes/_index.tsx) to see the flash message in action: From f2a807a2d506faa224d2b91bab58caf5008d74e6 Mon Sep 17 00:00:00 2001 From: Nikola Balic Date: Thu, 21 Nov 2024 14:30:08 +0100 Subject: [PATCH 22/69] Add "Open with Codeanywhere" badge to collected-notes/README.md --- collected-notes/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/collected-notes/README.md b/collected-notes/README.md index 2fd5e581..97351d45 100644 --- a/collected-notes/README.md +++ b/collected-notes/README.md @@ -8,6 +8,8 @@ Open this example on [CodeSandbox](https://codesandbox.com): [![Open in CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/remix-run/examples/tree/main/collected-notes) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/remix-run/examples) + ## Example The example creates a `cn.server.ts` file to create the Collected notes API client instance. From d8f4db6802cc0a5d1d0947b417daffc882629529 Mon Sep 17 00:00:00 2001 From: Nikola Balic Date: Thu, 21 Nov 2024 14:30:10 +0100 Subject: [PATCH 23/69] Add "Open with Codeanywhere" badge to infinite-scrolling/README.md --- infinite-scrolling/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/infinite-scrolling/README.md b/infinite-scrolling/README.md index 37a6d30e..21a84f93 100644 --- a/infinite-scrolling/README.md +++ b/infinite-scrolling/README.md @@ -8,6 +8,8 @@ Open this example on [CodeSandbox](https://codesandbox.com): [![Open in CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/remix-run/examples/tree/main/infinite-scrolling) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/remix-run/examples) + ## Example tba From d46b2cf4632439da3de5b65305c7bad9b9658e4e Mon Sep 17 00:00:00 2001 From: Nikola Balic Date: Thu, 21 Nov 2024 14:30:12 +0100 Subject: [PATCH 24/69] Add "Open with Codeanywhere" badge to _official-realtime-app/README.md --- _official-realtime-app/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_official-realtime-app/README.md b/_official-realtime-app/README.md index 4fc7835b..819be599 100644 --- a/_official-realtime-app/README.md +++ b/_official-realtime-app/README.md @@ -16,3 +16,5 @@ npm run dev Open this example on [CodeSandbox](https://codesandbox.com): [![Open in CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/remix-run/examples/tree/main/_official-realtime-app) + +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/remix-run/examples) From d5f2254e1d115627b0c92874f666641858f2aa37 Mon Sep 17 00:00:00 2001 From: Nikola Balic Date: Thu, 21 Nov 2024 14:30:13 +0100 Subject: [PATCH 25/69] Add "Open with Codeanywhere" badge to xata/README.md --- xata/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xata/README.md b/xata/README.md index 3d64a507..f67dc909 100644 --- a/xata/README.md +++ b/xata/README.md @@ -13,6 +13,8 @@ Open this example on [CodeSandbox](https://codesandbox.com): - [![Open in CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/remix-run/examples/tree/main/xata) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/remix-run/examples) + ## Example Execute [`create-remix`](https://github.com/remix-run/remix/tree/main/packages/create-remix) with [npm](https://docs.npmjs.com/cli/init), [Yarn](https://yarnpkg.com/lang/en/docs/cli/create/), or [pnpm](https://pnpm.io) to bootstrap the example: From 9eaecd85acf0b0e23f8dc27797a467f734be4ea4 Mon Sep 17 00:00:00 2001 From: Nikola Balic Date: Thu, 21 Nov 2024 14:30:15 +0100 Subject: [PATCH 26/69] Add "Open with Codeanywhere" badge to pathless-routes/README.md --- pathless-routes/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pathless-routes/README.md b/pathless-routes/README.md index 4d5f89e8..9aa84d17 100644 --- a/pathless-routes/README.md +++ b/pathless-routes/README.md @@ -8,6 +8,8 @@ Open this example on [CodeSandbox](https://codesandbox.com): [![Open in CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/remix-run/examples/tree/main/pathless-routes) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/remix-run/examples) + ## Example One of the features of React Router is the ability to have `pathless routes`. This gives the ability to add route layouts without adding segments to the URL. From 419b995fa87087296515b3c364d68bb168bccdda Mon Sep 17 00:00:00 2001 From: Nikola Balic Date: Thu, 21 Nov 2024 14:30:16 +0100 Subject: [PATCH 27/69] Add "Open with Codeanywhere" badge to on-demand-hydration/README.md --- on-demand-hydration/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/on-demand-hydration/README.md b/on-demand-hydration/README.md index 3bc8b1bd..4c196adf 100644 --- a/on-demand-hydration/README.md +++ b/on-demand-hydration/README.md @@ -8,6 +8,8 @@ Open this example on [CodeSandbox](https://codesandbox.com): [![Open in CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/remix-run/examples/tree/main/on-demand-hydration) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/remix-run/examples) + ## Example The example has four routes, the `/` which has links to the rest and three more: From 996b5edfd7e2d4df2782c7e570c1ed48b76fa070 Mon Sep 17 00:00:00 2001 From: Nikola Balic Date: Thu, 21 Nov 2024 14:30:18 +0100 Subject: [PATCH 28/69] Add "Open with Codeanywhere" badge to docker-with-yarn-pnp/README.md --- docker-with-yarn-pnp/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-with-yarn-pnp/README.md b/docker-with-yarn-pnp/README.md index 347c5760..c11aeded 100644 --- a/docker-with-yarn-pnp/README.md +++ b/docker-with-yarn-pnp/README.md @@ -25,6 +25,8 @@ Open this example on [CodeSandbox](https://codesandbox.com): [![Open in CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/remix-run/examples/tree/main/docker-with-yarn-pnp) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/remix-run/examples) + ## Example I'll skip the details around setting up Yarn PnP and Docker. The goal of this From 1ea590b6b9c9439413ee8371b664b1db0f7095e8 Mon Sep 17 00:00:00 2001 From: Nikola Balic Date: Thu, 21 Nov 2024 14:30:20 +0100 Subject: [PATCH 29/69] Add "Open with Codeanywhere" badge to mantine/README.md --- mantine/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mantine/README.md b/mantine/README.md index 43571254..d8f1b9fa 100644 --- a/mantine/README.md +++ b/mantine/README.md @@ -8,6 +8,8 @@ Open this example on [CodeSandbox](https://codesandbox.com): [![Open in CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/remix-run/examples/tree/main/mantine) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/remix-run/examples) + ## Example We wrap the app in `mantine`'s theme and color providers so the pages can have app-wide dark/light mode. We are also creating a route to toggle between dark/light mode. From e414bfe4f83df788f6d486287b54752f3733452b Mon Sep 17 00:00:00 2001 From: Nikola Balic Date: Thu, 21 Nov 2024 14:30:21 +0100 Subject: [PATCH 30/69] Add "Open with Codeanywhere" badge to emotion/README.md --- emotion/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emotion/README.md b/emotion/README.md index 804d6e36..bc309b3a 100644 --- a/emotion/README.md +++ b/emotion/README.md @@ -31,6 +31,8 @@ Open this example on [CodeSandbox](https://codesandbox.io/): [![Open in CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/remix-run/examples/tree/main/emotion) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/remix-run/examples) + ## Getting Started First, run the development server: From f688633bc6b33203ce84bc31e096d4f3f854b3c7 Mon Sep 17 00:00:00 2001 From: Nikola Balic Date: Thu, 21 Nov 2024 14:30:23 +0100 Subject: [PATCH 31/69] Add "Open with Codeanywhere" badge to toast-message/README.md --- toast-message/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/toast-message/README.md b/toast-message/README.md index 82ea9f3c..3ab9acc8 100644 --- a/toast-message/README.md +++ b/toast-message/README.md @@ -8,6 +8,8 @@ Open this example on [CodeSandbox](https://codesandbox.com): [![Open in CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/remix-run/examples/tree/main/toast-message) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/remix-run/examples) + ## Example It's a pretty common use case to provide feedback to the users in the form of toast messages. In this example, we take a look at how to use session cookies to set the feedback messages at the action handler and read from the session cookie at the root loader. When we make a `non-GET` request Remix automatically reloads all the matching loaders, and since root loader will always be called, it's a good place to keep our toast message component. From 4ac71af866d7744964a588df2a6c085ec92f02d2 Mon Sep 17 00:00:00 2001 From: Nikola Balic Date: Thu, 21 Nov 2024 14:30:25 +0100 Subject: [PATCH 32/69] Add "Open with Codeanywhere" badge to turborepo-vercel/README.md --- turborepo-vercel/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/turborepo-vercel/README.md b/turborepo-vercel/README.md index 590da1ab..9cfc6c09 100644 --- a/turborepo-vercel/README.md +++ b/turborepo-vercel/README.md @@ -10,6 +10,8 @@ Open this example on [CodeSandbox](https://codesandbox.com): [![Open in CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/remix-run/examples/tree/main/turborepo-vercel) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/remix-run/examples) + ## Example In order for this to work, your Vercel config should look like this: From 37c8e472603537b9ef8905f9d60324bbfa13dc18 Mon Sep 17 00:00:00 2001 From: Nikola Balic Date: Thu, 21 Nov 2024 14:30:26 +0100 Subject: [PATCH 33/69] Add "Open with Codeanywhere" badge to sharing-loader-data/README.md --- sharing-loader-data/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sharing-loader-data/README.md b/sharing-loader-data/README.md index 5bb48a3d..3767af4f 100644 --- a/sharing-loader-data/README.md +++ b/sharing-loader-data/README.md @@ -8,6 +8,8 @@ Open this example on [CodeSandbox](https://codesandbox.com): [![Open in CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/remix-run/examples/tree/main/sharing-loader-data) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/remix-run/examples) + ## Example This is a simple "workshop" app which has a "user" and a list of workshops. The user is loaded in the root loader and needed in the index route. The workshops are loaded in the workshops loader and then used in the individual workshop routes. From 0a10ff75d440755b402e3b7447a1bb1c7f35e526 Mon Sep 17 00:00:00 2001 From: Nikola Balic Date: Thu, 21 Nov 2024 14:30:28 +0100 Subject: [PATCH 34/69] Add "Open with Codeanywhere" badge to multiple-forms/README.md --- multiple-forms/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/multiple-forms/README.md b/multiple-forms/README.md index 587cadd0..a3956939 100644 --- a/multiple-forms/README.md +++ b/multiple-forms/README.md @@ -8,6 +8,8 @@ Open this example on [CodeSandbox](https://codesandbox.com): [![Open in CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/remix-run/examples/tree/main/multiple-forms) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/remix-run/examples) + ## Example We have a page with invitations to a party. We display who the invitation was sent to along with when the invitation was sent. You can create new invitations and resend or delete existing invitations. So this single route has many forms on the page and each uses a `action` field to specify the action to take (this is just a convention, the name doesn't matter). From f461e1855485d17c8df73ce55c2c0b64b749e22c Mon Sep 17 00:00:00 2001 From: Nikola Balic Date: Thu, 21 Nov 2024 14:30:29 +0100 Subject: [PATCH 35/69] Add "Open with Codeanywhere" badge to remix-auth-supabase-github/README.md --- remix-auth-supabase-github/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/remix-auth-supabase-github/README.md b/remix-auth-supabase-github/README.md index 6aca33f4..3761414e 100644 --- a/remix-auth-supabase-github/README.md +++ b/remix-auth-supabase-github/README.md @@ -10,6 +10,8 @@ Open this example on [CodeSandbox](https://codesandbox.com): [![Open in CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/remix-run/examples/tree/main/remix-auth-supabase-github) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/remix-run/examples) + ## Setup 1. Copy `.env.example` to create a new file `.env`: From 094bb0ccdc1f43716018f904b7bf4ed4b922b31e Mon Sep 17 00:00:00 2001 From: Nikola Balic Date: Thu, 21 Nov 2024 14:30:31 +0100 Subject: [PATCH 36/69] Add "Open with Codeanywhere" badge to io-ts-formdata-decoding/README.md --- io-ts-formdata-decoding/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/io-ts-formdata-decoding/README.md b/io-ts-formdata-decoding/README.md index 7d22808b..e29abdc9 100644 --- a/io-ts-formdata-decoding/README.md +++ b/io-ts-formdata-decoding/README.md @@ -8,6 +8,8 @@ Open this example on [CodeSandbox](https://codesandbox.com): [![Open in codesandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/remix-run/examples/tree/main/io-ts-formdata-decoding) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/remix-run/examples) + ## Example ### Motivation From cfa9165ddb0df602fc3572f2ecd92c3b914e1d67 Mon Sep 17 00:00:00 2001 From: Nikola Balic Date: Thu, 21 Nov 2024 14:30:33 +0100 Subject: [PATCH 37/69] Add "Open with Codeanywhere" badge to stitches/README.md --- stitches/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stitches/README.md b/stitches/README.md index 68f7541d..ed3d518e 100644 --- a/stitches/README.md +++ b/stitches/README.md @@ -29,6 +29,8 @@ Open this example on [CodeSandbox](https://codesandbox.io/): [![Open in CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/remix-run/examples/tree/main/stitches) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/remix-run/examples) + ## Getting Started First, run the development server: From 8d5b50b5894c9d40091fd6d7ab1b53fc7ee231b9 Mon Sep 17 00:00:00 2001 From: Nikola Balic Date: Thu, 21 Nov 2024 14:30:34 +0100 Subject: [PATCH 38/69] Add "Open with Codeanywhere" badge to remix-auth-supabase/README.md --- remix-auth-supabase/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/remix-auth-supabase/README.md b/remix-auth-supabase/README.md index 5a6c3187..88a99e68 100644 --- a/remix-auth-supabase/README.md +++ b/remix-auth-supabase/README.md @@ -8,6 +8,8 @@ Open this example on [CodeSandbox](https://codesandbox.com): [![Open in CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/remix-run/examples/tree/main/remix-auth-supabase) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/remix-run/examples) + ## Setup 1. Copy `.env.example` to create a new file `.env`: From d7e56f28673a43e85e62e3fb13536916ae0fbf2e Mon Sep 17 00:00:00 2001 From: Nikola Balic Date: Thu, 21 Nov 2024 14:30:36 +0100 Subject: [PATCH 39/69] Add "Open with Codeanywhere" badge to sse-chat/README.md --- sse-chat/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sse-chat/README.md b/sse-chat/README.md index 6987bb0b..8339693b 100644 --- a/sse-chat/README.md +++ b/sse-chat/README.md @@ -8,6 +8,8 @@ Open this example on [CodeSandbox](https://codesandbox.com): [![Open in CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/remix-run/examples/tree/main/sse-chat) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/remix-run/examples) + ## Example The example uses the `eventStream` response helper from Remix Utils to implement a SSE endpoint. From 701b2d5c5786ac6e27b6725b4bb4e04ae6857aae Mon Sep 17 00:00:00 2001 From: Nikola Balic Date: Thu, 21 Nov 2024 14:30:38 +0100 Subject: [PATCH 40/69] Add "Open with Codeanywhere" badge to supabase-subscription/README.md --- supabase-subscription/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/supabase-subscription/README.md b/supabase-subscription/README.md index 7ab7b305..26f88e53 100644 --- a/supabase-subscription/README.md +++ b/supabase-subscription/README.md @@ -40,6 +40,8 @@ Open this example on [CodeSandbox](https://codesandbox.com): [![Open in CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/remix-run/examples/tree/main/supabase-subscription) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/remix-run/examples) + ## Example the '/realtime' route renders a "like" button that keep track of number of likes. open the route in two tabs and click on the button, you should see the like number is updated in both tabs. From da78a7e789c7683f2aa3984943f9e312555f0545 Mon Sep 17 00:00:00 2001 From: Nikola Balic Date: Thu, 21 Nov 2024 14:30:39 +0100 Subject: [PATCH 41/69] Add "Open with Codeanywhere" badge to framer-route-animation/README.md --- framer-route-animation/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/framer-route-animation/README.md b/framer-route-animation/README.md index 6f00270d..203c3b7c 100644 --- a/framer-route-animation/README.md +++ b/framer-route-animation/README.md @@ -8,6 +8,8 @@ Open this example on [CodeSandbox](https://codesandbox.com): [![Open in CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/remix-run/examples/tree/main/framer-route-animation) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/remix-run/examples) + ## Example This example demonstrates adding route animations to Remix apps using Framer Motion. Framer provides `AnimatePresence` API, which animates DOM elements mounted and unmounted from the DOM. So when we navigate from one route to another, essentially, we're unmounting the previous route and mounting the new route. We can use this to animate route transitions. From 425099eb775ed58685f521f0ff1d51f1a54d722a Mon Sep 17 00:00:00 2001 From: Nikola Balic Date: Thu, 21 Nov 2024 14:30:41 +0100 Subject: [PATCH 42/69] Add "Open with Codeanywhere" badge to unocss/README.md --- unocss/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/unocss/README.md b/unocss/README.md index ad7a0e25..897db505 100644 --- a/unocss/README.md +++ b/unocss/README.md @@ -8,6 +8,8 @@ Open this example on [CodeSandbox](https://codesandbox.com): [![Open in CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/remix-run/examples/tree/main/unocss) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/remix-run/examples) + ## Example This example shows a bare-bones setup of UnoCSS. From 48b3004fa6a1c60b0296f900e165c3b1d0516f86 Mon Sep 17 00:00:00 2001 From: Nikola Balic Date: Thu, 21 Nov 2024 14:30:42 +0100 Subject: [PATCH 43/69] Add "Open with Codeanywhere" badge to __template/README.md --- __template/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/__template/README.md b/__template/README.md index 902a734e..301ba7de 100644 --- a/__template/README.md +++ b/__template/README.md @@ -10,6 +10,8 @@ Open this example on [CodeSandbox](https://codesandbox.com): [![Open in CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/remix-run/examples/tree/main/__template) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/remix-run/examples) + ## Example Describe the example and how it demonstrates solving the problem. Reference any relevant files/dependencies if needed. From d5a3400e8ac572a09e7985d2eb246069310c159e Mon Sep 17 00:00:00 2001 From: Nikola Balic Date: Thu, 21 Nov 2024 14:30:44 +0100 Subject: [PATCH 44/69] Add "Open with Codeanywhere" badge to tailwindcss/README.md --- tailwindcss/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tailwindcss/README.md b/tailwindcss/README.md index abc837d9..379b6a33 100644 --- a/tailwindcss/README.md +++ b/tailwindcss/README.md @@ -8,6 +8,8 @@ Open this example on [CodeSandbox](https://codesandbox.io/s/remix-tailwind-2x8pg [![Open in CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/remix-run/examples/tree/main/tailwindcss) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/remix-run/examples) + ## Example This example shows how to use Tailwind CSS (v3.0) with Remix. It's using Vite's built-in PostCSS support. From d9d5d46881636677adff8025b401f09ec59943bc Mon Sep 17 00:00:00 2001 From: Nikola Balic Date: Thu, 21 Nov 2024 14:30:46 +0100 Subject: [PATCH 45/69] Add "Open with Codeanywhere" badge to leaflet/README.md --- leaflet/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/leaflet/README.md b/leaflet/README.md index 8534dc01..bbe10428 100644 --- a/leaflet/README.md +++ b/leaflet/README.md @@ -10,6 +10,8 @@ Open this example on [CodeSandbox](https://codesandbox.com): [![Open in CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/remix-run/examples/tree/main/leaflet) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/remix-run/examples) + ## Example This example shows how to use Leaflet with Remix. From a534344407a40aa737c471eb0dab860e6b3e5ad3 Mon Sep 17 00:00:00 2001 From: Nikola Balic Date: Thu, 21 Nov 2024 14:30:47 +0100 Subject: [PATCH 46/69] Add "Open with Codeanywhere" badge to picocss/README.md --- picocss/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/picocss/README.md b/picocss/README.md index 8575e680..bce41d17 100644 --- a/picocss/README.md +++ b/picocss/README.md @@ -16,6 +16,8 @@ Open this example on [CodeSandbox](https://codesandbox.com): [![Open in CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/remix-run/examples/picocss/tree/main/picocss) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/remix-run/examples) + ## Related Links - [Remix Docs](https://remix.run/docs) From a9e175c421ba4f3f28309eb52338f6f526aa0dc2 Mon Sep 17 00:00:00 2001 From: Nikola Balic Date: Thu, 21 Nov 2024 14:30:49 +0100 Subject: [PATCH 47/69] Add "Open with Codeanywhere" badge to nprogress/README.md --- nprogress/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nprogress/README.md b/nprogress/README.md index 85da89fb..8adac19d 100644 --- a/nprogress/README.md +++ b/nprogress/README.md @@ -8,6 +8,8 @@ Open this example on [CodeSandbox](https://codesandbox.com): [![Open in CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/remix-run/examples/tree/main/nprogress) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/remix-run/examples) + ## Example It shows how to load NProgress, link to their styles from the node_modules folder, and use the useTransition hook to know when a client-side transition, both submit or navigation, is happening to start the progress bar. From 3d9804d2b566a737fbb2380b9058a515f7d51ef4 Mon Sep 17 00:00:00 2001 From: Nikola Balic Date: Thu, 21 Nov 2024 14:30:50 +0100 Subject: [PATCH 48/69] Add "Open with Codeanywhere" badge to dark-mode/README.md --- dark-mode/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dark-mode/README.md b/dark-mode/README.md index 85ecf7ee..4c2783d1 100644 --- a/dark-mode/README.md +++ b/dark-mode/README.md @@ -8,6 +8,8 @@ Open this example on [CodeSandbox](https://codesandbox.com): [![Open in CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/remix-run/examples/tree/main/dark-mode) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/remix-run/examples) + ## Example In this example, we have a button that toggles the current theme (light / dark). The current value is stored in React context and is used as the className of `` (see [app/root.tsx](app/root.tsx)). Clicking the button toggles the theme, which updates the className, which updates the CSS variables, resulting in the background color updating (see [app/styles/styles.css](app/styles/styles.css)). From 0969e58bc2f77b82e40ab758d1a8442c5b537884 Mon Sep 17 00:00:00 2001 From: Nikola Balic Date: Thu, 21 Nov 2024 14:30:52 +0100 Subject: [PATCH 49/69] Add "Open with Codeanywhere" badge to remix-auth-form/README.md --- remix-auth-form/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/remix-auth-form/README.md b/remix-auth-form/README.md index 848e0581..7a38fa2c 100644 --- a/remix-auth-form/README.md +++ b/remix-auth-form/README.md @@ -8,6 +8,8 @@ Open this example on [CodeSandbox](https://codesandbox.com): [![Open in CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/remix-run/examples/tree/main/remix-auth-form) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/remix-run/examples) + ## Example This is using Remix Auth and the `remix-auth-form` packages. From c4d8cc3384587b58c4d7cd21324906c8e65ed789 Mon Sep 17 00:00:00 2001 From: Nikola Balic Date: Thu, 21 Nov 2024 14:30:54 +0100 Subject: [PATCH 50/69] Add "Open with Codeanywhere" badge to file-and-s3-upload/README.md --- file-and-s3-upload/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/file-and-s3-upload/README.md b/file-and-s3-upload/README.md index abd7b6d6..add912b3 100644 --- a/file-and-s3-upload/README.md +++ b/file-and-s3-upload/README.md @@ -28,6 +28,8 @@ Open this example on [CodeSandbox](https://codesandbox.com): [![Open in CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/remix-run/examples/tree/main/file-and-s3-upload) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/remix-run/examples) + ## Related Links - [Handle Multiple Part Forms (File Uploads)](https://remix.run/utils/parse-multipart-form-data-node) From 33432f4493a476c371594e85f96747d4ca775829 Mon Sep 17 00:00:00 2001 From: Nikola Balic Date: Thu, 21 Nov 2024 14:30:56 +0100 Subject: [PATCH 51/69] Add "Open with Codeanywhere" badge to routes-gen/README.md --- routes-gen/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/routes-gen/README.md b/routes-gen/README.md index 94085deb..065a781c 100644 --- a/routes-gen/README.md +++ b/routes-gen/README.md @@ -8,6 +8,8 @@ Open this example on [CodeSandbox](https://codesandbox.com): [![Open in CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/remix-run/examples/tree/main/routes-gen) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/remix-run/examples) + ## Example In this example, we've installed `routes-gen` and `@routes-gen/remix`. From 78e39b1a04185ccad4524ab4a608f3dbf6993b05 Mon Sep 17 00:00:00 2001 From: Nikola Balic Date: Thu, 21 Nov 2024 14:30:57 +0100 Subject: [PATCH 52/69] Add "Open with Codeanywhere" badge to quirrel/README.md --- quirrel/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/quirrel/README.md b/quirrel/README.md index ba92ce74..f56f9469 100644 --- a/quirrel/README.md +++ b/quirrel/README.md @@ -8,6 +8,8 @@ Open this example on [CodeSandbox](https://codesandbox.com): [![Open in CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/remix-run/examples/tree/main/quirrel) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/remix-run/examples) + ## Example In this example, we queue a function to run in the background when opening the index page. From 34a3a2213efbd88293dfe1481eacc52100e7cb4e Mon Sep 17 00:00:00 2001 From: Nikola Balic Date: Thu, 21 Nov 2024 14:30:59 +0100 Subject: [PATCH 53/69] Add "Open with Codeanywhere" badge to styled-components/README.md --- styled-components/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/styled-components/README.md b/styled-components/README.md index c5aba57a..6ff52d20 100644 --- a/styled-components/README.md +++ b/styled-components/README.md @@ -8,6 +8,8 @@ Open this example on [CodeSandbox](https://codesandbox.com): [![Open in CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/remix-run/examples/tree/main/styled-components) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/remix-run/examples) + ## Example To support server-side rendering without hydration errors, [Styled Components uses a Babel plugin to ensure consistent class names across server and client.](https://styled-components.com/docs/advanced#tooling-setup) In this example the source code for our styled components is in `components/src`. This is compiled with the Babel CLI (to generate JavaScript files) and `tsc` (to generate `.d.ts` files), co-ordinated using [npm-run-all](https://www.npmjs.com/package/npm-run-all). The output from both of these tools is generated in `app/components` which is ignored by Git. The app can then import these components from `~/components/*`. From bdf23687faed66ad40cfd91e7c0ff9f9f235d6b7 Mon Sep 17 00:00:00 2001 From: Nikola Balic Date: Thu, 21 Nov 2024 14:31:00 +0100 Subject: [PATCH 54/69] Add "Open with Codeanywhere" badge to react-quill/README.md --- react-quill/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/react-quill/README.md b/react-quill/README.md index c4f53bf2..58e7cd9e 100644 --- a/react-quill/README.md +++ b/react-quill/README.md @@ -10,6 +10,8 @@ Open this example on [CodeSandbox](https://codesandbox.com): [![Open in CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/remix-run/examples/tree/main/react-quill) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/remix-run/examples) + ## Example WYSIWYG editor with react-quill From d1f4ecf4b578ef25b6230571b2f46e88f52de9c2 Mon Sep 17 00:00:00 2001 From: Nikola Balic Date: Thu, 21 Nov 2024 14:31:02 +0100 Subject: [PATCH 55/69] Add "Open with Codeanywhere" badge to search-input/README.md --- search-input/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/search-input/README.md b/search-input/README.md index bacce36a..adff2bcc 100644 --- a/search-input/README.md +++ b/search-input/README.md @@ -34,3 +34,5 @@ npm start Open this example on [CodeSandbox](https://codesandbox.com): [![Open in CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/remix-run/examples/tree/main/search-input) + +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/remix-run/examples) From 993a5664d342dc64b417de3089642e1e1c89aca7 Mon Sep 17 00:00:00 2001 From: Nikola Balic Date: Thu, 21 Nov 2024 14:31:03 +0100 Subject: [PATCH 56/69] Add "Open with Codeanywhere" badge to tiptap-collab-editing/README.md --- tiptap-collab-editing/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tiptap-collab-editing/README.md b/tiptap-collab-editing/README.md index b9089021..15882fb8 100644 --- a/tiptap-collab-editing/README.md +++ b/tiptap-collab-editing/README.md @@ -18,6 +18,8 @@ Open this example on [CodeSandbox](https://codesandbox.com): [![Open in CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/remix-run/examples/tree/main/tiptap-collab-editing) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/remix-run/examples) + ## Related Links - [Collaborative editing – Tiptap Editor](https://tiptap.dev/guide/collaborative-editing#show-other-cursors) From 6fac4436cb2f9f691665165e3589e396da6a82ec Mon Sep 17 00:00:00 2001 From: Nikola Balic Date: Thu, 21 Nov 2024 14:31:05 +0100 Subject: [PATCH 57/69] Add "Open with Codeanywhere" badge to firebase/README.md --- firebase/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/firebase/README.md b/firebase/README.md index ca58936e..82ce565a 100644 --- a/firebase/README.md +++ b/firebase/README.md @@ -10,6 +10,8 @@ See the screen recording at `./screen_recording.gif` or Open this example on [Co [![Open in CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/remix-run/examples/tree/main/firebase) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/remix-run/examples) + ## Running locally To run it, you need to either: From f194842f2177aea9183be94bf3c2b31782fdc473 Mon Sep 17 00:00:00 2001 From: Nikola Balic Date: Thu, 21 Nov 2024 14:31:06 +0100 Subject: [PATCH 58/69] Add "Open with Codeanywhere" badge to file-and-cloudinary-upload/README.md --- file-and-cloudinary-upload/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/file-and-cloudinary-upload/README.md b/file-and-cloudinary-upload/README.md index d6fe962d..eb2c1bd3 100644 --- a/file-and-cloudinary-upload/README.md +++ b/file-and-cloudinary-upload/README.md @@ -24,6 +24,8 @@ Open this example on [CodeSandbox](https://codesandbox.com): [![Open in CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/remix-run/examples/tree/main/file-and-cloudinary-upload) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/remix-run/examples) + ## Related Links - [Handle Multiple Part Forms (File Uploads)](https://remix.run/utils/parse-multipart-form-data-node) From 00f333c52c508130d92c6a06db12bc9b7cc0c81f Mon Sep 17 00:00:00 2001 From: Nikola Balic Date: Thu, 21 Nov 2024 14:31:08 +0100 Subject: [PATCH 59/69] Add "Open with Codeanywhere" badge to newsletter-signup/README.md --- newsletter-signup/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/newsletter-signup/README.md b/newsletter-signup/README.md index d3e6e897..338ad307 100644 --- a/newsletter-signup/README.md +++ b/newsletter-signup/README.md @@ -8,6 +8,8 @@ Open this example on [CodeSandbox](https://codesandbox.com): [![Open in CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/remix-run/examples/tree/main/newsletter-signup) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/remix-run/examples) + ## Example Everything lives in `routes/newsletter.tsx` From adb13088993e9799ea5a1915b6e6964afbd2e5cd Mon Sep 17 00:00:00 2001 From: Nikola Balic Date: Thu, 21 Nov 2024 14:31:10 +0100 Subject: [PATCH 60/69] Add "Open with Codeanywhere" badge to client-only-components/README.md --- client-only-components/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client-only-components/README.md b/client-only-components/README.md index cd56baa8..ba7c91bc 100644 --- a/client-only-components/README.md +++ b/client-only-components/README.md @@ -14,6 +14,8 @@ Open this example on [CodeSandbox](https://codesandbox.com): [![Open in CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/remix-run/examples/tree/main/client-only-components) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/remix-run/examples) + ## Example The example has three use case: From b15e84f9b248b06913561f5b6780a7f5c31908da Mon Sep 17 00:00:00 2001 From: Nikola Balic Date: Thu, 21 Nov 2024 14:31:11 +0100 Subject: [PATCH 61/69] Add "Open with Codeanywhere" badge to msw/README.md --- msw/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/msw/README.md b/msw/README.md index ea9d32e9..a3dca20d 100644 --- a/msw/README.md +++ b/msw/README.md @@ -8,6 +8,8 @@ Open this example on [CodeSandbox](https://codesandbox.com): [![Open in CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/remix-run/examples/tree/main/msw) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/remix-run/examples) + ## Example - If the API is still under development and we don't want to wait for the API to be completed. From 296395eb229fda5a96c9cfff5e038971be1a8f80 Mon Sep 17 00:00:00 2001 From: Nikola Balic Date: Thu, 21 Nov 2024 14:31:14 +0100 Subject: [PATCH 62/69] Add "Open with Codeanywhere" badge to dataloader/README.md --- dataloader/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dataloader/README.md b/dataloader/README.md index e0bf14d4..78109731 100644 --- a/dataloader/README.md +++ b/dataloader/README.md @@ -13,6 +13,8 @@ Open this example on [CodeSandbox](https://codesandbox.com): [![Open in CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/remix-run/examples/tree/main/dataloader) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/remix-run/examples) + ## Example `app/data.server.ts` implements the `db` object which mimics an ORM in the style of [Prisma](https://www.prisma.io/). The method `db.user#findMany` logs _user#findMany_ to the console, for demo purposes. From 428818ebd5e6f210e37b71962d8aa34f30b4aeb2 Mon Sep 17 00:00:00 2001 From: Nikola Balic Date: Thu, 21 Nov 2024 14:31:16 +0100 Subject: [PATCH 63/69] Add "Open with Codeanywhere" badge to bullmq-task-queue/README.md --- bullmq-task-queue/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bullmq-task-queue/README.md b/bullmq-task-queue/README.md index e3653086..bab62962 100644 --- a/bullmq-task-queue/README.md +++ b/bullmq-task-queue/README.md @@ -8,6 +8,8 @@ Open this example on [CodeSandbox](https://codesandbox.com): [![Open in codesandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/remix-run/examples/tree/main/bullmq-task-queue) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/remix-run/examples) + ## Usages - Use your existing redis server or [install new redis server](https://redis.io/topics/quickstart) or [start redis server with docker](https://hub.docker.com/_/redis). From a9aae312257f4071b2d0cb917a8fd8875c2c4439 Mon Sep 17 00:00:00 2001 From: Nikola Balic Date: Thu, 21 Nov 2024 14:31:17 +0100 Subject: [PATCH 64/69] Add "Open with Codeanywhere" badge to route-modal/README.md --- route-modal/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/route-modal/README.md b/route-modal/README.md index e10338f9..94fc1a9c 100644 --- a/route-modal/README.md +++ b/route-modal/README.md @@ -8,6 +8,8 @@ Open this example on [CodeSandbox](https://codesandbox.com): [![Open in codesandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/remix-run/examples/tree/main/route-modal) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/remix-run/examples) + ## Example This example shows how to use routes to show/hide modals. From 393c4ebc4ee05e20db30322a8e2ea237e7316be4 Mon Sep 17 00:00:00 2001 From: Nikola Balic Date: Thu, 21 Nov 2024 14:31:19 +0100 Subject: [PATCH 65/69] Add "Open with Codeanywhere" badge to google-analytics/README.md --- google-analytics/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/google-analytics/README.md b/google-analytics/README.md index e488bdff..492456a9 100644 --- a/google-analytics/README.md +++ b/google-analytics/README.md @@ -8,6 +8,8 @@ Open this example on [CodeSandbox](https://codesandbox.com): [![Open in CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/remix-run/examples/tree/main/google-analytics) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/remix-run/examples) + ## Example This example shows how to use Google analytics with Remix. From 0de758738ffd667d09a2d0e29bf40091c6de9566 Mon Sep 17 00:00:00 2001 From: Nikola Balic Date: Thu, 21 Nov 2024 14:31:20 +0100 Subject: [PATCH 66/69] Add "Open with Codeanywhere" badge to gdpr-cookie-consent/README.md --- gdpr-cookie-consent/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gdpr-cookie-consent/README.md b/gdpr-cookie-consent/README.md index dda7ac1d..098dcd55 100644 --- a/gdpr-cookie-consent/README.md +++ b/gdpr-cookie-consent/README.md @@ -8,6 +8,8 @@ Open this example on [CodeSandbox](https://codesandbox.com): [![Open in CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/remix-run/examples/tree/main/gdpr-cookie-consent) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/remix-run/examples) + ## Example Users will be presented with a GDPR consent form on every page [app/root.tsx](app/root.tsx) till they submit the accept button. From 3351579a83d895d24fd1a9aa4bf38cdf6c475edf Mon Sep 17 00:00:00 2001 From: Nikola Balic Date: Thu, 21 Nov 2024 14:31:22 +0100 Subject: [PATCH 67/69] Add "Open with Codeanywhere" badge to combobox-resource-route/README.md --- combobox-resource-route/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/combobox-resource-route/README.md b/combobox-resource-route/README.md index e89846ed..b6163571 100644 --- a/combobox-resource-route/README.md +++ b/combobox-resource-route/README.md @@ -8,6 +8,8 @@ Open this example on [CodeSandbox](https://codesandbox.com): [![Open in CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/remix-run/examples/tree/main/combobox-resource-route) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/remix-run/examples) + ## Example As the user types into the input field, a fetcher loads suggestions from the server. From 6a3720f70d0302ec1fd47d0d03e8cd3822bbe68f Mon Sep 17 00:00:00 2001 From: Nikola Balic Date: Thu, 21 Nov 2024 14:31:23 +0100 Subject: [PATCH 68/69] Add "Open with Codeanywhere" badge to sass/README.md --- sass/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sass/README.md b/sass/README.md index df44798a..8b3a68b3 100644 --- a/sass/README.md +++ b/sass/README.md @@ -8,6 +8,8 @@ Open this example on [CodeSandbox](https://codesandbox.com): [![Open in CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/remix-run/examples/tree/main/sass) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/remix-run/examples) + ## Example Nothing much going on here, sass/scss files imports work out of the box in Vite. From abb0088e17159fd4f5c27de1094cf5e3695b9daa Mon Sep 17 00:00:00 2001 From: Nikola Balic Date: Thu, 21 Nov 2024 14:31:25 +0100 Subject: [PATCH 69/69] Add "Open with Codeanywhere" badge to socket.io/README.md --- socket.io/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/socket.io/README.md b/socket.io/README.md index ff37e143..4266f40e 100644 --- a/socket.io/README.md +++ b/socket.io/README.md @@ -14,6 +14,8 @@ Open this example on [CodeSandbox](https://codesandbox.com): [![Open in CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/remix-run/examples/tree/main/socket.io) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/remix-run/examples) + ## Example This example uses the Express adapter to setup the HTTP server.