Skip to content

Conversation

@zzy
Copy link

@zzy zzy commented Feb 22, 2022

Description

  • Add SSR Example with actix-web & tide(surf).
  • Use the GitHub REST API.

Checklist

  • I have run cargo make pr-flow
  • I have reviewed my own code

@ranile ranile added A-examples Area: The examples blocked labels Feb 22, 2022
@ranile
Copy link
Member

ranile commented Feb 22, 2022

I'm not a fan of adding examples for literally every web framework/library under the sun. If we add actix-web, we might as well also add axum, rocket, etc. Is warp not good enough? Also, tide (with surf) shouldn't be used. They're based on async-std and Yew uses tokio spawn_local internally.

I would like to hold this PR off until #2453 is merged (that's why I added the blocked label)

@siku2
Copy link
Member

siku2 commented Feb 22, 2022

If we're gonna collect backend examples I think we should clearly separate them from the other examples, perhaps even in a different repository.

@voidpumpkin
Copy link
Member

I would vote not to have this example as well. As that puts more work on us, maintainers.

Better approach would be to have this example in your own repo and just link to it in our docs somewhere here https://yew.rs/community/awesome

Closing as 2 out of 3 maintainers agree this should not be part of yew.

@voidpumpkin voidpumpkin closed this Mar 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-examples Area: The examples blocked

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants