Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

You may want to use gloo-net instead of reqwest #45

Open
aclueless opened this issue Jan 31, 2023 · 1 comment
Open

You may want to use gloo-net instead of reqwest #45

aclueless opened this issue Jan 31, 2023 · 1 comment

Comments

@aclueless
Copy link

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!

@jetli
Copy link
Owner

jetli commented Feb 4, 2023

Since yew supports SSR now , and gloo-net only supports csr, so reqwest might be easy to support ssr later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants