You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: starters/remix/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,8 @@
1
1
# Drupal Decoupled: Remix
2
2
3
+
> [!WARNING] Deprecated
4
+
This template is no longer maintained as Remix has been marked as deprecated. We recommend using the [React Router starter](https://drupal-decoupled.octahedroid.com/docs/getting-started/quick-start/react-router/) instead.
5
+
3
6
## Getting Started
4
7
5
8
Visit the docs to see how to use this [Remix](https://drupal-decoupled.octahedroid.com/docs/getting-started/quickstart/remix) starter.
Copy file name to clipboardExpand all lines: starters/remix/package.json
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
{
2
2
"name": "graphql",
3
+
"deprecated": "This template is deprecated. Please use our new template instead: npx create-react-router@latest --template octahedroid/drupal-decoupled/starters/react-router",
0 commit comments