mirror of
https://github.com/yewstack/yew.git
synced 2026-01-18 16:16:48 +00:00
* docs: update getting started guide to document both with_props and with_root Clarify that: - with_props() is used to set dynamic properties for the App component - with_root() is used to mount the app to a specific element instead of <body> --------- Co-authored-by: Matt "Siyuan" Yan <mattsy1999@gmail.com>