-
Notifications
You must be signed in to change notification settings - Fork 2
Join forces with use-task
#2
Comments
Hah! How about that! I promise I searched before creating :) use-task looks very nice! I've been wanting ember-concurrency in react for the last year, and just "got access" to hooks (been using RN, not web). Nice work with the progress-bar demos 👍 Went through some of the discussions in the repo -- some good considerations in there. Also going through the code & AbortController work. Haven't really used AbortController yet, but it was just added to the I'm still waffling a bit with the use of posterus and its place here. Considering going all-in on I haven't had the time to actually use this for real yet; I think a lot of learning will come from that. Have you been using use-task? Any observations on the ergonomics? On the whole though, definitely in support of collaboration/consolidation. Chatting here is fine, but also feel free to hit me up @ email on commits, or keybase,etc |
We're actually not using As far as I (somewhat) recently did some work with AbortController just to make a As far as future stuff, I wanted to make something like |
[ ] bug report
[ ] feature request
[ ] question about the decisions made in the repository
[ ] question about how to use this project
[x] none of the above
Hello!
I created
use-task
which, I think, is intending to solve the same use-case as this library. Generators, based onember-concurrency
, React hooks, etc.Unfortunately a lot has some up since I started the project and I can't give it the kind of attention that I believe the idea deserves.
Would you be interested at all on collaborating on a single library? If anything, I would be pretty happy to give the
use-task
NPM package name to this project instead, and maybe we can talk a bit about some of the stuff I did supportingAbortController
for cancellation.If you're not interested, no big deal, but if you are I'd love to chat!
The text was updated successfully, but these errors were encountered: