Skip to content

Commit

Permalink
docs(action): tweak description
Browse files Browse the repository at this point in the history
  • Loading branch information
DawidWraga committed Jun 19, 2024
1 parent 44a62a7 commit c900992
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/action/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
# Davstack Action

Davstack Action is a simple and flexible library for building backend services with TypeScript. It is designed to work seamlessly with Next.js server actions and tRPC.
Davstack Action is a simple and flexible library for building Next.js Server actions.

It is designed to work seamlessly with React Query, react hook fo

### Why Use Davstack Action?

- ⚡️ Super Simple API with zero boiler plate
- 🔋 Batteries included - input/output parsing, auth middlewares, file uploads
- 🏠 Simple and familiar syntax, works well with react query and react hook form
- 🧩 Flexible - Works well with react query, react hook form, or form actions
- 🏠 Familiar syntax, inspired by tRPC
- ✅ TypeScript-first - inputs, outputs and middleware are inferred

### Installation
Expand Down

0 comments on commit c900992

Please sign in to comment.