Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nairgh/useformstatus
useFormStatus Hook in React 19 Version
https://github.com/nairgh/useformstatus
react19 useformstatus vite
Last synced: 16 days ago
JSON representation
useFormStatus Hook in React 19 Version
- Host: GitHub
- URL: https://github.com/nairgh/useformstatus
- Owner: nairgh
- Created: 2024-08-18T02:11:09.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-18T02:12:10.000Z (4 months ago)
- Last Synced: 2024-08-18T03:24:06.653Z (4 months ago)
- Topics: react19, useformstatus, vite
- Language: JavaScript
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 1 - useActionState React -19 version
The useActionState hook in React 19 returns an array with exactly two items: The current state of the form, which is initially set to the initial state you provided, and after the form is submitted
To run give username as 'user' and password 'pass'
by using the useActionState we can get the form status action even from other components
![uastate](https://github.com/user-attachments/assets/36d368f7-49fb-4cdd-836e-20fbcf8e33f5)