Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/formspree/formspree-js
- Owner: formspree
- License: mit
- Created: 2020-07-09T20:59:36.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-25T20:21:30.000Z (3 months ago)
- Last Synced: 2024-10-12T21:52:00.533Z (2 months ago)
- Topics: formspree, jamstack, react, serverless
- Language: TypeScript
- Homepage: https://formspree.io/javascript
- Size: 1.99 MB
- Stars: 63
- Watchers: 9
- Forks: 12
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Codeowners: .github/CODEOWNERS
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/coreyarn add @formspree/core
pnpm add @formspree/core
```### `@formspree/react`
**Prerequisites**
- React 16.8 or higher.
```sh
npm install @formspree/reactyarn 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).