mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 14:44:12 +00:00
document RSX_CONTEXT
This commit is contained in:
parent
8c6fceb0c7
commit
031640c9a4
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ pub mod error;
|
|||
mod interperter;
|
||||
|
||||
lazy_static! {
|
||||
/// This a a global store of the current
|
||||
/// This a a global store of the current rsx text for each call to rsx
|
||||
// Global mutable data is genrally not great, but it allows users to not worry about passing down the text RsxContex every time they switch to hot reloading.
|
||||
pub static ref RSX_CONTEXT: RsxContext = RsxContext::new(RsxData::default());
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue