You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 22, 2021. It is now read-only.
> Provides common interfaces and tests for concrete implementations of js-entity-repos.
1
+
# todos
2
+
> Demonstrates js-entity-repos with todos.
3
3
4
4
### Usage
5
-
- Install it with `npm i @js-entity-repos/core`.
6
-
- Understand it by reading the [documenation](./docs/facade.md).
7
-
8
-
### FeathersJS
9
-
The project has some similarities with parts of the [FeathersJS framework](feathersjs.com), but unfortunately I've found the following issues with FeathersJS.
10
-
11
-
- Their pagination uses skip and limit instead of cursors which causes [issues as discussed by Rakhitha Nimesh](https://www.sitepoint.com/paginating-real-time-data-cursor-based-pagination/).
12
-
- Their service interface is missing some functions provided in the [Facade](./docs/facade.md) here.
13
-
- Their errors take messages instead of parameters making it harder to support localisation.
14
-
15
-
### Thanks
16
-
Thanks to [James](https://github.com/ht2), [Mariusz](https://github.com/mariocoski), and [Pete](https://github.com/ee0pdt) at [HT2 Labs](https://www.ht2labs.com) for their feedback.
5
+
- Clone it with `git clone git@github.com:js-entity-repos/todos.git todos`.
0 commit comments