use_resource is the correct thing to use.
The top components can use_resource and be properly setup during hydration. The sub components need to use_server_resource so that they can be hydrated later.
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "bard"
|
||||
version = "0.3.10"
|
||||
version = "0.3.11"
|
||||
edition = "2024"
|
||||
description = "Dioxus components that will display a Tavern blogging system Blog."
|
||||
repository = "/CyberMages/tavern"
|
||||
|
||||
Reference in New Issue
Block a user