Skip to content

huytd/reactive-react-highland

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reactive React

This is a PoC for applying Reactive Programming with React functional component.

For the overview, we have a simple React component like this:

<App />
  |- <MouseTracker />

And a mouse event stream created with highland.js, it transform the mousemove event into a stream of mouse position.

In <App/> component, we subscribe to that stream, for every event, we update the <MouseTracker/> component with a new position data.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published