rust-yew-realworld-example-app icon indicating copy to clipboard operation
rust-yew-realworld-example-app copied to clipboard

You may want to use gloo-net instead of reqwest

Open aclueless opened this issue 1 year ago • 1 comments

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!

aclueless avatar Jan 31 '23 05:01 aclueless