https://github.com/subvisual/meteor-reactive-form
Meteor package to help with complex forms
https://github.com/subvisual/meteor-reactive-form
Last synced: 14 days ago
JSON representation
Meteor package to help with complex forms
- Host: GitHub
- URL: https://github.com/subvisual/meteor-reactive-form
- Owner: subvisual
- License: mpl-2.0
- Created: 2014-12-04T14:51:20.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-05T19:20:02.000Z (about 11 years ago)
- Last Synced: 2024-12-30T10:44:09.480Z (about 1 year ago)
- Language: CoffeeScript
- Size: 145 KB
- Stars: 4
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#Reactive form
[](https://travis-ci.org/groupbuddies/meteor-reactive-form)
reactive-form is a Meteor package to help with complex forms where fields of the same form are distributed in multiple templates and and templates are reused.
The idea is that an reactive object, like Session, is shared across all templates. Each template can listen and update changes.
In the end a submit form can serialize the object and save it to the database.