Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.43 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.43 KB

OneRef Examples

This repository contains example applications for OneRef, a minimalist approach to unidirectional data flow for React applications.

OneRef and these examples are described in A Tutorial Introduction to OneRef and Asynchrony Support in OneRef.

Examples:

Building and Running the Examples

The examples were all developed using create-react-app.

To build and run the examples, cd to the example directory and run:

$ npm install
$ npm start

License

These examples are BSD-licensed (the same License, attribution and copyright notice of the original Flux examples).