https://github.com/jacob-ebey/remix-deno-jit
This is an experimental interface for running a Remix application on Deno without a build step.
https://github.com/jacob-ebey/remix-deno-jit
Last synced: 11 months ago
JSON representation
This is an experimental interface for running a Remix application on Deno without a build step.
- Host: GitHub
- URL: https://github.com/jacob-ebey/remix-deno-jit
- Owner: jacob-ebey
- Created: 2022-09-05T06:55:33.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-14T03:41:44.000Z (about 3 years ago)
- Last Synced: 2025-04-22T06:19:00.352Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 64.5 KB
- Stars: 47
- Watchers: 4
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Remix Deno JIT
This is an experimental interface for running a Remix application on Deno without a build step. This means a just-in-time (JIT) compilation of the application if / when client assets are requested.
## Inspiration
This experiment was inspired by Ryan Dahl's talk at Remix Conf and the subsequent Deno Fresh project that came after.