Meteor Templates Forms Example

screenshot of Meteor Templates Forms Example

Example of nested forms built using meteor and meteortemplates/forms lib

Overview

The Meteor Templates Forms Example is a demonstration of how to build a form with nested resources using the Meteor reactive forms package. It showcases the use of the templates/forms package to create a form for a main resource and a list of related resources. The main resource used in this example is a Project, with Tasks as the nested resource.

Features

  • Demonstrates how to build a form with nested resources using Meteor reactive forms
  • Uses the templates/forms package for easy form creation
  • Provides an example of a main resource (Project) with related resources (Tasks)

Summary

The Meteor Templates Forms Example showcases the usage of the templates/forms package to build a form with nested resources in a Meteor application. It demonstrates how to create a form for a main resource and a list of related resources using the Meteor reactive forms package. With easy installation and clear documentation, this example serves as a helpful guide for developers looking to implement forms with nested resources in their Meteor projects.