Skip to content

lxsmnsyc/poneglyph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

poneglyph

Packages

Examples

Goals

  • File-based routing
  • CSS imports
  • Parametized Routing
  • Wildcard Routing
  • Custom App
  • Custom Document
  • Custom Error Page
  • Custom 404 Page
  • Custom 500 Page
  • Server-side data fetching for pages through getPageData and usePageData
  • Server-side data fetching for custom app through getAppData and useAppData
  • Asset versioning
  • Client-side code-splitting (not extended to lazy-loaded components)
  • Navigation prefetching
  • ES Objects (e.g. Map, Set, etc.) server-side encoding to client-side decoding
  • 404 through getPageData
  • Static file serving through /public
  • Request Compression
  • API routes through /api
  • Redirects

More to add

License

MIT © lxsmnsyc