Download Latest Version v4.5.2 source code.tar.gz (2.7 MB)
Email in envelope

Get an email when there's a new version of happyx

Home / v0.23.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2023-05-22 263 Bytes
Routing Syntax Sugar .tar.gz 2023-05-22 290.2 kB
Routing Syntax Sugar source code.tar.gz 2023-05-22 290.2 kB
Routing Syntax Sugar source code.zip 2023-05-22 312.7 kB
Routing Syntax Sugar.zip 2023-05-22 312.7 kB
Totals: 5 Items   1.2 MB 0

Routing syntax sugar are here 🎈

SSG

:::nim
"/route/with<arg>" -> any:
  ...
"/route" -> get:
  ...

serve(...):
  ...

SPA

:::nim
"/route" -> page:
  ...

appRoutes(...):
  ...
Source: README.md, updated 2023-05-22