Skip to content

bgorkem/rxjs-react-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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