0.1.11 • Published 3 years ago

vue-jsonapi v0.1.11

Weekly downloads
46
License
MIT
Repository
github
Last release
3 years ago

Vue JSON:API

Vue JSON:API is meant to be a painless integration with well formatted APIs. It is designed to facilitate work with api, help maintain a clean, consistent and readable code base, and speed up development. Some features will be helpful in providing a good experience for users.

Many patterns and usage may seem familiar to you, as this solution is strongly inspired by VueApollo.

Documentation

Docs are available at https://rossinek.github.io/vue-jsonapi/

Features

Data normalization

Instead of accessing raw JSON:API responses you will use simple normalized data objects.

See Normalized Data chapter.

Declarative data fetching

Declare in component what resources you need and don't worry about all the things related to the call.

Auto updates

Resources are shared and reused so any record changes are propagated to all places where given record is used. You can forget about updating the UI or refetching the queries.

Fetch policies

Make use of already fetched data using fetch policies. Easily specify how you want your component to interact with the cache.

And much more...

While reading this Guide and API Reference, you will certainly discover many other interesting features of this integration. Have fun!

0.2.0

3 years ago

0.1.11

4 years ago

0.1.10

4 years ago

0.1.9

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago