We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fa57f0 commit a3efdb2Copy full SHA for a3efdb2
packages/yew/src/lib.rs
@@ -18,7 +18,7 @@
18
//! Server-Side Rendering should work on all targets when feature `ssr` is enabled.
19
//!
20
//! ### Supported Features:
21
-//! - `render`: Enables Client-side Rendering support and [`Renderer`].
+//! - `csr`: Enables Client-side Rendering support and [`Renderer`].
22
//! Only enable this feature if you are making a Yew application (not a library).
23
//! - `ssr`: Enables Server-side Rendering support and [`ServerRenderer`].
24
//! - `tokio`: Enables future-based APIs on non-wasm32 targets with tokio runtime. (You may want to
0 commit comments