An open API service indexing awesome lists of open source software.

https://github.com/fed/observable-forms

Create and handle React forms using functional reactive programming
https://github.com/fed/observable-forms

forms functional-reactive-programming observable-forms rxjs

Last synced: 3 months ago
JSON representation

Create and handle React forms using functional reactive programming

Awesome Lists containing this project

README

        

# observable-forms

## Prerequisites

* Node.js (https://nodejs.org/)
* Yarn (https://yarnpkg.com/)

## Development Tasks

| Command | Description |
|---------|-------------|
| `yarn install` | Fetch dependencies and build binaries for any of the modules |
| `yarn start` | Run the app in development mode with live reload on `http://localhost:3000` |
| `yarn build` | Generate an optimised, production-ready `build` folder |
| `yarn test` | Run test suite in the interactive watch mode |

## Project Structure

This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).