Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 308 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 308 Bytes

rxjs-react-example

An example on how to integrate React Rendering with RXJS subscriptions.

Will subscribe to an event stream which will increment a counter every second and display on page

Also shows how to send a custom message to that same subscription

How to run

npm install

npm start