{"id":57523,"library":"yew","title":"Yew","description":"A framework for creating reliable and efficient web applications with Rust and WebAssembly.","status":"active","version":"0.23.0","language":"rust","source_language":null,"source_url":"https://github.com/yewstack/yew","tags":["web","wasm","frontend","framework","reactive"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nyew = \"0.23.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add yew","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"html","correct":"use yew::prelude::*;"}],"quickstart":{"code":"use yew::prelude::*;\n\n#[function_component]\nfn App() -> Html {\n    html! {\n        <h1>{ \"Hello, Yew!\" }</h1>\n    }\n}\n\nfn main() {\n    yew::Renderer::<App>::new().render();\n}","lang":"rust","description":"A minimal Yew application that renders a heading."},"warnings":[{"fix":"Build with `wasm-pack build --target web` and serve the generated files.","message":"Requires WebAssembly target and wasm-bindgen for browser execution.","severity":"gotcha","affected_versions":">=0.23.0"}],"env_vars":null,"search_vec":"'applic':10 'creat':5 'effici':8 'framework':3,18 'frontend':17 'reactiv':19 'reliabl':6 'rust':12 'wasm':16 'web':9,15 'webassembl':14 'yew':1","created_at":"2026-06-16T15:45:55.447557+00:00","updated_at":"2026-06-16T15:45:55.447557+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://yew.rs","github":"https://github.com/yewstack/yew","docs":"https://docs.rs/yew/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["web-framework"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-16","next_check":"2026-12-13","install_tag":null}}