mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
* remove props checking, but take builder by mut ref * allow property name `build` * add rough state token machinery * first working impl, readd props checking * improve error message * add documentation and last adjustements * address review