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

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.

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.