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
Hi,
I also have a realworld implementation, but using a different frontend framework. I copied services and types from your implementation. So, I'd like to say "thank you" to you because I reuse your code in mine.
After all, I'd like to have a discussion about gloo-net and reqwest. Have you ever heard of gloo-net? I do an experiment with it and the .wasm binary using gloo-net is about 300 kb smaller than using reqwest.
If you want to have a look at my experiments, here is my implementation.
Thank you again for the code that I reuse!
The text was updated successfully, but these errors were encountered:
Hi,
I also have a realworld implementation, but using a different frontend framework. I copied
services
andtypes
from your implementation. So, I'd like to say "thank you" to you because I reuse your code in mine.After all, I'd like to have a discussion about
gloo-net
andreqwest
. Have you ever heard ofgloo-net
? I do an experiment with it and the .wasm binary usinggloo-net
is about 300 kb smaller than usingreqwest
.If you want to have a look at my experiments, here is my implementation.
Thank you again for the code that I reuse!
The text was updated successfully, but these errors were encountered: