Skip to main content
The Deno 2 Release Candidate is here
Learn more

Reflex

A React framework for Deno and Oak.

Features

  • React 18’s Streaming Server Side Rendering.
  • No bundlers like webpack needed. Use modern JavaTypeScript.
  • Serves all vendor files locally, ensuring that your users get what you expect and you don’t need an external CDN.
  • Caching out of the box using the Deno cache.

Getting Started

See https://github.com/Industrial/create-reflex-app for a quick start guide.