Skip to content

Commit ba80b8b

Browse files
committed
Add more examples
1 parent 5f41e0e commit ba80b8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This library, a part of the toolkit used extensively on [Programmer Network](htt
1818
- **Plugin Extensibility**: 🌃 Supports Ajv [plugins](https://ajv.js.org/packages/) for custom validators, adding flexibility to schemas.
1919
- **Design Agnostic**: 🖼️ Provides complete freedom in structuring, styling, and managing forms.
2020
- **Ease of Integration**: 🚴🏻 Simplifies form handling with minimal code, enhancing the developer experience.
21-
- **Isomorphic Usage**: 🧙 Ideal for projects utilizing AJV on the backend (e.g., with Node.js or Fastify), as it allows you to share the same schemas, plugins, and custom validators between front-end and back-end, ensuring consistency and efficiency in validation logic.
21+
- **Isomorphic Usage**: 🧙 Ideal for projects utilizing AJV on the backend (e.g., with Node.js or [Fastify](https://fastify.dev/docs/latest/Reference/Validation-and-Serialization/)), as it allows you to share the same schemas, plugins, and custom validators between front-end and back-end, ensuring consistency and efficiency in validation logic. _(We do this already here at [PN](https://programmer.network), take a look at [Programmer Network AJV](https://github.com/Programmer-Network/Programmer-Network-AJV))_.
2222

2323
## Installation
2424

0 commit comments

Comments
 (0)