Tim Kurdov 0091679779
Make <textarea> a void element (#3465)
* made <textarea> a void element
* added defaultvalue special attr to <textarea>
* updated error message when trying to pass children to textarea

* updated docs, fixed formatting
* fixed hydration test
* fixed suspense test
* fixed heading in docs
* fixed clippy warnings
* fixed SSR, added SSR test for precedence of value over defaultvalue
* fixing wasm-bindgen-test screwups & replacing deprecated function use
2025-02-20 18:13:07 +00:00
..
2022-04-11 17:02:59 +05:00

Suspense Example

Demo

This is an example that demonstrates <Suspense /> support.

Concepts

This example shows how <Suspense /> works in Yew and how you can create hooks that utilises suspense.

Running

Run this application with the trunk development server:

trunk serve --open