Replies: 6 comments
|
You can use |
0 replies
|
Thank you for the reply. |
0 replies
|
I cannot help with this error without looking at the code. Looks like you need to handle errors. |
0 replies
|
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> |
0 replies
|
I think you're returning |
0 replies
|
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. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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?
All reactions