TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: A React Forms Component Library for graphQL

3 pointsby cup_of_joeabout 4 years ago

1 comment

cup_of_joeabout 4 years ago
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 &amp; 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:&#x2F;&#x2F;www.npmjs.com&#x2F;package&#x2F;periqles" rel="nofollow">https:&#x2F;&#x2F;www.npmjs.com&#x2F;package&#x2F;periqles</a>