rsnext/examples/with-formspree
Tim Neutkens 14c9376899
BREAKING CHANGE: Remove React 17 (#41629)
Next.js 13 will require React 18.

In this PR I've only updated the peerDependency and removed the test runs in GH actions. Further cleanup will follow later, this allows us to remove the code supporting it later.



## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Errors have a helpful link attached, see `contributing.md`

## Feature

- [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR.
- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Documentation added
- [ ] Telemetry added. In case of a feature if it's used or not.
- [ ] Errors have a helpful link attached, see `contributing.md`

## Documentation / Examples

- [ ] Make sure the linting passes by running `pnpm lint`
- [ ] The "examples guidelines" are followed from [our contributing doc](https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md)


Co-authored-by: Jiachi Liu <4800338+huozhi@users.noreply.github.com>
2022-10-21 22:20:36 +00:00
..
components Adding Formspree contact-form example (#29314) 2021-10-05 15:13:23 -05:00
pages Adding Formspree contact-form example (#29314) 2021-10-05 15:13:23 -05:00
public Adding Formspree contact-form example (#29314) 2021-10-05 15:13:23 -05:00
styles Adding Formspree contact-form example (#29314) 2021-10-05 15:13:23 -05:00
.gitignore Update default gitignore templates (#39051) 2022-07-26 20:08:40 -05:00
package.json BREAKING CHANGE: Remove React 17 (#41629) 2022-10-21 22:20:36 +00:00
README.md Adding Formspree contact-form example (#29314) 2021-10-05 15:13:23 -05:00

Formspree & Next.js example

An example of using Formspree with Next.js. For more information on how to use Formspree check out our official integration guide.

Get the code

Or just deploy directly to Vercel!

Deploy with Vercel

Installation

Clone down repo, navigate to the repo directory and…

# Install dependencies
npm install

# Run next locally at localhost:3000
npm run dev