Repository
Current version released
4 years ago
Versions
nexo
A Deno and Next Cocktail
Quick start and example
- Nexo Starter
npx degit nexojs/starter
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
- Outputs server errors in browser
- Preact SSR
- Auto bundling and hashing of client js assets
Future ideas
- Emotion css support
- Live reload
- Lazy bundling of client js