/react-oc

This package allows you to use open components in a react application. It supports both server and client side rendering.

Primary LanguageJavaScript

TLDR; react-oc docs can be found here

Getting started

This repository uses yarn. You can install dependencies by simply typing:

yarn

To run tests:

yarn test

To start the demo application:

yarn workspace demo start

To publish changes:

yarn lerna publish

Outstanding

Packages

react-oc

Documentation

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.