jetli / rust-yew-realworld-example-app

Exemplary real world app built with Rust + Yew + WebAssembly, by Function Components + Hooks, also supports desktop by Tauri.
https://jetli.github.io/rust-yew-realworld-example-app/
Apache License 2.0
862 stars 112 forks source link

API Domain change #24

Closed geromegrignon closed 2 years ago

geromegrignon commented 2 years ago

Hello!

Due to governance changes, we are now using the realworld.io domain for the RealWorld demo (both client and API). Requests from conduit.productionready.io are redirected to api.realworld.io, but such a redirection might lead to inconsistent responses.

We encourage domain change for the community. If this repository is maintained anymore, we'll consider hosting a demo of your implementation in a few weeks with the domain change.

The demo link will be added to the RealWorld documentation.

geromegrignon commented 2 years ago

Hey @jetli, thanks for the update!