Skip to content

Commit

Permalink
docs: add Form Actions support in features
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEdoRan committed May 8, 2024
1 parent 615cdfb commit a7cb006
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ https://github.com/TheEdoRan/next-safe-action/assets/1337629/664eb3ee-92f3-4d4a-

- ✅ Pretty simple
- ✅ End-to-end type safety
- ✅ Form Actions support
- ✅ Powerful middleware system
- ✅ Input validation using multiple validation libraries
- ✅ Advanced server error handling
Expand Down
1 change: 1 addition & 0 deletions packages/next-safe-action/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ https://github.com/TheEdoRan/next-safe-action/assets/1337629/664eb3ee-92f3-4d4a-

- ✅ Pretty simple
- ✅ End-to-end type safety
- ✅ Form Actions support
- ✅ Powerful middleware system
- ✅ Input validation using multiple validation libraries
- ✅ Advanced server error handling
Expand Down
1 change: 1 addition & 0 deletions website/docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Your browser does not support the video tag.

- ✅ Pretty simple
- ✅ End-to-end type safety
- ✅ Form Actions support
- ✅ Powerful middleware system
- ✅ Input validation using multiple validation libraries
- ✅ Advanced server error handling
Expand Down
7 changes: 6 additions & 1 deletion website/src/components/landing/features.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,18 @@ const features: { title: string; description: string }[] = [
{
title: "Pretty simple",
description:
"No need to overcomplicate things. next-safe-action API is pretty simple, targeted for fast development.",
"No need to overcomplicate things. next-safe-action API is pretty simple, designed with fast development in mind.",
},
{
title: "End-to-end type safety",
description:
"With next-safe-action you get full type safety between server and client code.",
},
{
title: "Form Actions support",
description:
"next-safe-action supports Form Actions via stateful `useStateAction` hook.",
},
{
title: "Powerful middleware system",
description:
Expand Down

0 comments on commit a7cb006

Please sign in to comment.