An open API service indexing awesome lists of open source software.

https://github.com/lxsmnsyc/poneglyph

a React SSR framework, powered by ESBuild
https://github.com/lxsmnsyc/poneglyph

esbuild react react-ssr react-ssr-framework reactjs server-side-rendering

Last synced: 11 days ago
JSON representation

a React SSR framework, powered by ESBuild

Awesome Lists containing this project

README

        

# poneglyph

## Packages

## Examples

## Goals

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

More to add

## License

MIT © [lxsmnsyc](https://github.com/lxsmnsyc)