Skip to content

Commit

Permalink
docs: add note about pinia
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed May 11, 2024
1 parent 7852cb2 commit ccdd9ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ This is a more complete and production-ready (not yet!) version of the exercises
> Pinia Colada is still experimental and not ready for production. New versions might introduce breaking changes.
> Feedback regarding new and existing options and features is welcome!
Pinia Colada is an opinionated yet flexible data fetching layer on top of Pinia. It features
Pinia Colada is an opinionated yet flexible data fetching layer on top of Pinia. It's built as a set of **pinia plugins**, **stores** and **composables** to benefit from Pinia's features and ecosystem. Pinia Colada has:

- ⚡️ **Automatic caching**: Smart client-side caching with request deduplication
- 🗄️ **Async State**: Handle any async state
Expand Down

0 comments on commit ccdd9ef

Please sign in to comment.