Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sleexyz/reactbook
A static site generator for dynamic multi-page documents
https://github.com/sleexyz/reactbook
Last synced: 1 day ago
JSON representation
A static site generator for dynamic multi-page documents
- Host: GitHub
- URL: https://github.com/sleexyz/reactbook
- Owner: sleexyz
- Created: 2015-08-31T13:13:45.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-02T03:53:35.000Z (about 9 years ago)
- Last Synced: 2024-04-14T11:22:42.856Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 180 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ReactBook
A static site generator for multi-page dynamic documents.
## features
ReactBook provides a pleasant workflow for authoring
interactive documents.On top of that ReactBook support Live-Reloading everywhere.
## Prior Art/Simultaneous Art
Yet another static site generator!? *sigh*###[gitbook](http://www.gitbook.com).
GitBook is static content.###[gatsby](http://github.com/gatsbyjs/gatsby).
Gatsby is tuned for blogs. (verify?)
ReactBook makes no assumption about your underlying content (which of course is an assumption).Gatsby doesn't seem to support React components within your document.
ReactBook does!