Skip to main content

Crate threadloom

Crate threadloom 

Source

Re-exports§

pub use threadloom_server as server_types;

Modules§

serde_json
Serde JSON

Macros§

alert
animate
back
create_store
fetch
get_cookie
get_value
log
navigate
redirect
rpc
set_cookie
spawn
threadloom

Structs§

Action
Boundary
Represents a dynamic UI boundary.
ElementBuilder
ForProps
Properties for For component.
GlobalSignal
Memo
NodeId
ReadSignal
Signal
WriteSignal

Enums§

AttributeValue
View

Traits§

IntoView

Functions§

For
Renders a list of items using a mapping function. Currently this re-renders boundaries based on signals, but preserves syntax for keyed iteration.
__consume
create_effect
create_memo
create_signal
dyn_node
element
export_graph
fragment
get_hydrated
hydrate_signal_graph
map_keyed
provide_context
render_to_string
run_effects
serialize_signal_graph
set_hydrated
take_pending_boundaries
text
use_context
with_context_frame

Attribute Macros§

server
wasm_main
#[wasm_main] — replaces a bare fn main() with the full wasm32 router boilerplate.