Remix Forms

The full-stack form library for Remix and React Router
GitHub
503
Created 3 years ago, last commit 12 days ago
10 contributors
563 commits
Stars added on GitHub, month by month
0
2
3
4
5
6
7
8
9
10
11
12
1
2024
2025
Stars added on GitHub, per day, on average
Yesterday
=
Last week
+0.3
/day
Last month
+0.2
/day
Last 12 months
+0.1
/day
npmPackage on NPM
Monthly downloads on NPM
2
3
4
5
6
7
8
9
10
11
12
1
2024
2025
README

Welcome to Remix Forms

This repository contains the Remix Forms source code. Please create issues as you encounter them. We appreciate the contribution!

Documentation

For documentation about Remix Forms, please visit remix-forms.seasoned.cc.

Development

  1. Clone the repo

  2. Install and run

$ cd remix-forms
$ npm i
$ npm run dev

Note: we had issues running the turborepo dev command on Node 18. We recommend using Node 16 for development.

This will run the website at http://localhost:5173.

Testing

You need to have the Playwright executables in order to run the tests.

npx playwright install

Then you can run

npm run test