Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 | |
| | | |
| +--------------------------+ |
| |
+------------------------------------+

```