The problem:
Writing forms for web apps is a pretty common task that can be repetitive and boring. Most of us would rather spend that precious time on the business logic of our apps. While some existing tools help minimize the time and energy spent writing forms, we wanted to make it even easier.<p>Our solution:
periqles is a lightweight component library designed for Apollo & Relay. It introspects your project’s GraphQL schema, intelligently intuits the kinds of input tags needed to make a form based on a given mutation and then generates React components for each field on the form.
periqles allows as much or as little customization as you like. It takes care of its own state management and UI — with override switches built in for developers who want more control over the form’s appearance or behavior.<p>Get started today:
<a href="https://www.npmjs.com/package/periqles" rel="nofollow">https://www.npmjs.com/package/periqles</a>