mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
* enable interning * intern tag names * intern attribute keys and event listener types * intern attribute values * cache and clone elements * clean up the node cloning version a bit * use HashMap instead of Vec for element cache * Revert "intern attribute values" This reverts commit 28653c4660dcf1942fab3b0ad7d4c840b96e0f2a. * add `enable-interning` feature to Yew that activates the same in wasm-bindgen * remove interning feature