Replies: 6 comments
-
You can use |
Beta Was this translation helpful? Give feedback.
-
Thank you for the reply.
|
Beta Was this translation helpful? Give feedback.
-
I cannot help with this error without looking at the code. Looks like you need to handle errors. |
Beta Was this translation helpful? Give feedback.
-
Here is the line, it looks like that wasm_bindgen_futures::spawn local needs a Future<Output = ()> as argument but my future gives Future<Output = Rexie> |
Beta Was this translation helpful? Give feedback.
-
I think you're returning |
Beta Was this translation helpful? Give feedback.
-
I realize this is a bit late, but as I mention in a different issue, I have a working demo using Yew that I don't mind sharing with people. |
Beta Was this translation helpful? Give feedback.
-
Hi, very happy that I found this project, my question is how can I implement it into my yew frontend app?
The entire app is sync and can't make it async.
Can you advise something?
Beta Was this translation helpful? Give feedback.
All reactions