0.0.6 • Published 5 years ago

hooked-collections v0.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

Hooked Collections

Frontend record collections with REST-ful Hooks based API.

API

// Get collection of users.
useCollection('users');

// Get user record with id 12.
useRecord('users', 12);

Vision

Backend syncing

Records not available in the frontend will be fetched and cached.

Newly created/edited records will be persisted to the backend.

Persistence state of records will be tracked:

  • new
  • creating
  • created
  • editing
  • updating
  • updated
  • deleting
  • deleted
0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago