Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

doc: mention deno server runtime #3681

Merged
merged 1 commit into from
Jul 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@
- robindrost
- roddds
- RomanSavarin
- ronnylt
- rossipedia
- RossJHagan
- RossMcMillan92
Expand Down
3 changes: 2 additions & 1 deletion docs/api/remix.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ React: `@remix-run/react`
Server runtimes:

- `@remix-run/cloudflare`
- `@remix-run/deno`
- `@remix-run/node`

Server adapters:
Expand All @@ -27,7 +28,7 @@ These package provides all the components, hooks, and [Web Fetch API][web-fetch-

### `<Links>`, `<LiveReload>`, `<Meta>`, `<Scripts>`, `<ScrollRestoration>`

These components are to be used once inside of your root route (`root.tsx`). They include everything Remix figured out or built in order for your page to render properly.
These components are to be used once inside your root route (`root.tsx`). They include everything Remix figured out or built in order for your page to render properly.

```tsx
import type {
Expand Down