Skip to content

An example of how `xstream` js library is used to provide data to React UI

License

Notifications You must be signed in to change notification settings

kostyak76/react-xstream-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro

This is a Star Wars heroes application

The main idea behind this app is to use xstream library to connect data source to views written in React.

Hero component is used both in Modal window and inline. Decision of how to use Hero is made based on window width. If window is of middle size (in bootsrtap 4 terms) and greater inline mode is used, otherwise Modal window mode is used.

Where:

Run and build app

All run scripts are those created by default by create-react-app

To run app in dev mode:

$ npm run start

To build script

$ npm run build

To run tests

$ npm run test

About

An example of how `xstream` js library is used to provide data to React UI

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published