Forms done with React-Hooks
TypeScript definitions for cls-hooked
A Transactional Method Decorator for typeorm that uses cls-hooked to handle and propagate transactions between different repositories and service methods. Inpired by Spring Trasnactional Annotation and Sequelize CLS
CLS using AsynWrap instead of async-listener - Node >= 4.7.0
Lightweight form management library for React
A library to create readable "multipart/form-data" streams. Can be used to submit forms and file uploads to other web applications.
A Transactional Method Decorator for typeorm that uses cls-hooked to handle and propagate transactions between different repositories and service methods. Inpired by Spring Trasnactional Annotation and Sequelize CLS
Current context for LoopBack applications, based on cls-hooked
Performant, flexible and extensible forms library for React Hooks
Encode FormData content into the multipart/form-data format
View docs [here](https://radix-ui.com/primitives/docs/components/form).
React Hook Form validation resolvers: Yup, Joi, Superstruct, Zod, Vest, Class Validator, io-ts, Nope, computed-types, TypeBox, arktype, Typanion, Effect-TS and VineJS
Powerful, type-safe forms for React.
AWS X-Ray Middleware for Express (Javascript)
Spec-compliant FormData implementation for Node.js
React Form Component
Logging on steroids with CLS and Proxy. Integrated with express, koa, fastify.
Fork of the cls-hooked package, maintained by The Farmer's Dog Engineering
The formio server application.
Web API compatible Form Data implementation
Properly hijack require, i.e., properly define require hooks and customizations
🏁 Framework agnostic, high performance, subscription-based form state management
🏁 High performance subscription-based form state management for React
Middleware for handling `multipart/form-data`.
A Rails 3+ Engine providing a basic contact form. I used Formtastic to keep things simple, and to hook into your apps custom Formtastic stylesheets.
This is a module for the Ruby language that defines a callback GEDCOM parser. It does not do any validation of a GEDCOM file, but, using application-defined callback hooks, can traverse any well-formed GEDCOM.
Dead Simple CMS is a library for modifying different parts of your website without the overhead of having a fullblown CMS. The idea with this library is simple: provide an easy way to hook into different parts of your application (not only views) by defining the different parts to modify in an easy, straight-forward DSL. The basic components of this library include: * A DSL to define the changeable values in your app * Form generators based on SimpleForm (with or without Bootstrap) and default rails FormBuilder * Expandable storage mechanisms so you can store the data in different locations * Currently supported: Redis, Database, Memcache, even Memory (for testing) * Presenters/renderers so you can take groups of variables and render them into your views (ie image_tag) What it doesn't have: * Versioning - be able to look at old versions of the content * Timing - set start and end time for different content * Page builder tools - this is not the right tool if you want to design full pages