https://github.com/opencomponents/react-oc
This package allows you to use open components in a react application. It supports both server and client side rendering.
https://github.com/opencomponents/react-oc
Last synced: 10 months ago
JSON representation
This package allows you to use open components in a react application. It supports both server and client side rendering.
- Host: GitHub
- URL: https://github.com/opencomponents/react-oc
- Owner: opencomponents
- Created: 2018-11-15T16:50:59.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-22T16:07:00.000Z (about 7 years ago)
- Last Synced: 2025-03-28T05:51:02.637Z (11 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.67 MB
- Stars: 10
- Watchers: 13
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
TLDR; react-oc docs can be found [here](packages/react-oc/README.md)
# Getting started
This repository uses `yarn`. You can install dependencies by simply typing:
```bash
yarn
```
To run tests:
```bash
yarn test
```
To start the demo application:
```bash
yarn workspace demo start
```
To publish changes:
```bash
yarn lerna publish
```
# Outstanding
- [TODO](./TODO.md)
- [Issues](https://github.com/opencomponents/oc-react/issues)
# Packages
## react-oc
[Documentation](packages/react-oc/README.md)
## demo
This project is private and should not be published. It hosts an oc-registry instance and a simple express + react application using `react-oc`. This project shows how a react app supporting server-side rendering can use `react-oc`. In the future, it may hold more examples, and also end to end tests.