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
- Host: GitHub
- URL: https://github.com/fed/observable-forms
- Owner: fed
- Created: 2016-09-10T07:25:22.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-24T20:52:11.000Z (over 7 years ago)
- Last Synced: 2025-01-18T13:33:21.449Z (5 months ago)
- Topics: forms, functional-reactive-programming, observable-forms, rxjs
- Language: JavaScript
- Homepage:
- Size: 94.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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).