Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/formspree/formspree-js

The fastest way to hook up a React form
https://github.com/formspree/formspree-js

formspree jamstack react serverless

Last synced: about 1 month ago
JSON representation

The fastest way to hook up a React form

Awesome Lists containing this project

README

        

# Formspree JS

A monorepo containing libraries for seamless form integration with [Formspree](https://formspree.io/) via Javascript and/or React.

## Installation

The core and react packages can be installed using your package manager of choice.

### `@formspree/core`

```sh
npm install @formspree/core

yarn add @formspree/core

pnpm add @formspree/core
```

### `@formspree/react`

**Prerequisites**

- React 16.8 or higher.

```sh
npm install @formspree/react

yarn add @formspree/react

pnpm add @formspree/react
```

_Note: `@formspree/core` is a dependency of `@formspree/react`, so you don't need to install `@formspree/core` separately._

## Help and Support

For help and support please see [the Formspree React docs](https://help.formspree.io/hc/en-us/articles/360055613373).

## Contributing

Please follow our [contributing guidelines](./CONTRIBUTING.md).