An open API service indexing awesome lists of open source software.

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.

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.