Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guidesmiths/composable-react-pages
Umbrella project for CORP - site builder framework for React
https://github.com/guidesmiths/composable-react-pages
Last synced: 22 days ago
JSON representation
Umbrella project for CORP - site builder framework for React
- Host: GitHub
- URL: https://github.com/guidesmiths/composable-react-pages
- Owner: guidesmiths
- Created: 2019-12-12T19:48:33.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-23T01:48:21.000Z (about 3 years ago)
- Last Synced: 2024-12-18T09:45:20.084Z (29 days ago)
- Language: JavaScript
- Size: 327 KB
- Stars: 0
- Watchers: 14
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Composable React Pages - CORP
Provides a framework for implementing a page / site builder tool with React components.
Main entities:
Page - has regions
Regions - are invisible - they are placeholders for components specified on Page Instances
```
+------------------------------------+
| |
| Page Entity - Type: Page1 +----------------------------> Page1.jsx
| |
| +--------------------------+ |
| |Region: Body | |
| | | |
| | | |
| | | |
| +--------------------------+ |
| |
| +--------------------------+ |
| |Region: Footer | |
| | | |
| +--------------------------+ |
| |
+------------------------------------+```