Simplify Form Creation with Meteor AutoForm


Summary of my bookmarked Github repositories from Apr 24th, 2015

Github repositories

  • Meteor-Community-Packages/meteor-autoform

    AutoForm is a Meteor package that simplifies the process of creating basic forms with automatic insert and update events, as well as reactive validation. The package requires the installation of the simpl-schema NPM package for versions 6 and above, or the simple-schema Meteor package for prior versions. It can be used in conjunction with the collection2 package for additional functionality. The latest version, AutoForm 7.0, introduces decoupling from default themes, requiring manual theme installation. The package provides various components, helpers, and features for form customization and validation.