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.
Copy file name to clipboardExpand all lines: readme.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
- See it in action in the [todos example application](https://github.com/js-entity-repos/todos).
8
8
9
9
### FeathersJS
10
-
The project has some similarities with parts of the [FeathersJS framework](feathersjs.com), but unfortunately I've found the following issues with FeathersJS.
10
+
The project has some similarities with parts of the [FeathersJS framework](https://feathersjs.com), but unfortunately I've found the following issues with FeathersJS.
11
11
12
12
- 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/).
13
13
- Their service interface is missing some functions provided in the [Facade](./docs/facade.md) here.
0 commit comments