Skip to content

This repository has been created as a central hub for all the OpenComponents built by Mattia Richetto.

Notifications You must be signed in to change notification settings

mattiaerre/oc-hub

Repository files navigation

oc-hub

This repository has been created as a central hub for all the OpenComponents built by Mattia Richetto.

How to SSR

git clone https://github.com/mattiaerre/oc-hub.git
cd oc-hub/
yarn
cd oc-with-react/
yarn
cd ..
yarn start

You should now have the OpenComponents registry running on localhost:3030

Then open another iTerm tab and change directory to how-to-ssr/

cd oc-hub/how-to-ssr/
yarn
yarn start

You should now have the Express app running on localhost:3000

If you view source you will see that the last component that uses React has been server side rendered

Other resources

About

This repository has been created as a central hub for all the OpenComponents built by Mattia Richetto.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published