From e87c6ba3525e65e80ff8281347c3c5e9b9aa480a Mon Sep 17 00:00:00 2001 From: Andrea Simone Costa Date: Thu, 30 Jul 2020 18:36:37 +0200 Subject: [PATCH 1/4] Add vue-use-switch-map --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b8baa2b..e9ff18e 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ - [vue-use-kit](https://github.com/microcipcip/vue-use-kit) - πŸ› οΈ Useful collection of Vue composition API functions - [vue-condition-watcher](https://github.com/runkids/vue-condition-watcher) - πŸ•Ά Vue Composition API for automatic fetch data when condition has been changed - [vue-use](https://github.com/openfext/vue-use) - ✨ Use magic Vue Composition APIs to provide a lot of reusable logic, such as form, table and loading, etc. +- [vue-use-switch-map](https://github.com/jfet97/vue-use-switch-map) - πŸ‘½ The power of the RxJS switchMap operator brought to the Vue composition world ## πŸ”§ Tools / Helper libraries From 9a63945e4ad201dc2faabf965a7b22cdd83e2490 Mon Sep 17 00:00:00 2001 From: Andrea Simone Costa Date: Thu, 30 Jul 2020 18:37:49 +0200 Subject: [PATCH 2/4] Change a word --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9ff18e..a4f90dd 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ - [vue-use-kit](https://github.com/microcipcip/vue-use-kit) - πŸ› οΈ Useful collection of Vue composition API functions - [vue-condition-watcher](https://github.com/runkids/vue-condition-watcher) - πŸ•Ά Vue Composition API for automatic fetch data when condition has been changed - [vue-use](https://github.com/openfext/vue-use) - ✨ Use magic Vue Composition APIs to provide a lot of reusable logic, such as form, table and loading, etc. -- [vue-use-switch-map](https://github.com/jfet97/vue-use-switch-map) - πŸ‘½ The power of the RxJS switchMap operator brought to the Vue composition world +- [vue-use-switch-map](https://github.com/jfet97/vue-use-switch-map) - πŸ‘½ The power of the RxJS switchMap operator injected to the Vue composition world ## πŸ”§ Tools / Helper libraries From 7d70b40d95bcdae10385b6e98e997edd231b76b3 Mon Sep 17 00:00:00 2001 From: Andrea Simone Costa Date: Thu, 30 Jul 2020 18:40:12 +0200 Subject: [PATCH 3/4] Change a word --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4f90dd..5e390de 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ - [vue-use-kit](https://github.com/microcipcip/vue-use-kit) - πŸ› οΈ Useful collection of Vue composition API functions - [vue-condition-watcher](https://github.com/runkids/vue-condition-watcher) - πŸ•Ά Vue Composition API for automatic fetch data when condition has been changed - [vue-use](https://github.com/openfext/vue-use) - ✨ Use magic Vue Composition APIs to provide a lot of reusable logic, such as form, table and loading, etc. -- [vue-use-switch-map](https://github.com/jfet97/vue-use-switch-map) - πŸ‘½ The power of the RxJS switchMap operator injected to the Vue composition world +- [vue-use-switch-map](https://github.com/jfet97/vue-use-switch-map) - πŸ‘½ The power of the RxJS switchMap operator injected into the Vue composition world ## πŸ”§ Tools / Helper libraries From 17490bbfaca3420cbb07b72b088e130340eacc5c Mon Sep 17 00:00:00 2001 From: Andrea Simone Costa Date: Sat, 1 Aug 2020 21:36:01 +0200 Subject: [PATCH 4/4] Add vue-use-infinite-scroll --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5e390de..09543dd 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ - [vue-condition-watcher](https://github.com/runkids/vue-condition-watcher) - πŸ•Ά Vue Composition API for automatic fetch data when condition has been changed - [vue-use](https://github.com/openfext/vue-use) - ✨ Use magic Vue Composition APIs to provide a lot of reusable logic, such as form, table and loading, etc. - [vue-use-switch-map](https://github.com/jfet97/vue-use-switch-map) - πŸ‘½ The power of the RxJS switchMap operator injected into the Vue composition world +- [vue-use-infinite-scroll](https://github.com/jfet97/vue-use-infinite-scroll) - ♾️ A Vue composition function that makes infinite scroll a breeze ## πŸ”§ Tools / Helper libraries