Skip to content

React context provider for watcher-ts peer functionality

License

Notifications You must be signed in to change notification settings

cerc-io/react-peer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-peer

Monorepo for using @cerc-io/peer package in react applications.

Packages

  • react-peer

    React component that can be used by react apps to use the @cerc-io/peer package.

  • test-app

    React test application (uses react-peer) to demonstrate p2p networking.

Setup

From the root of this repository, run:

yarn && yarn build

to download dependencies and build all the packages.