nexo

A Deno and Next Cocktail

Quick start and example

Philosophy

  • Only require Deno on the system
  • Oak for http
  • Preact for dom rendering
  • Emotion for css (to be implemented)
  • No filename based routing
  • No client side routing
  • Basic client side code splitting using window "exports"

Features

  • Hot module replace for server
  • Preact SSR
  • Auto bundling and hashing of client js assets

Future ideas

  • Emotion css support
  • Live reload
  • Lazy bundling of client js