Skip to content

Commit

Permalink
update all features
Browse files Browse the repository at this point in the history
  • Loading branch information
gbj authored Dec 14, 2024
1 parent 4c08e1d commit 041a126
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions meta/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,9 @@
//! ```
//! # Feature Flags
//! - `ssr` Server-side rendering: Generate an HTML string (typically on the server)
//! - `hydrate` Hydration: use this to add interactivity to an SSRed Leptos app
//! - `stable` By default, Leptos requires `nightly` Rust, which is what allows the ergonomics
//! of calling signals as functions. Enable this feature to support `stable` Rust.
//! - `tracing` Adds integration with the `tracing` crate.
//!
//! **Important Note:** You must enable one of `hydrate`, or `ssr` to tell Leptos
//! which mode your app is operating in.
//! **Important Note:** If you’re using server-side rendering, you should enable `ssr`.
use futures::{Stream, StreamExt};
use leptos::{
Expand Down

0 comments on commit 041a126

Please sign in to comment.