You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reading through the most recent version of the guide, there are still a couple of minor issues:
The link in the EventHandler section says EventListener instead of event handler
dispose method on signal doesn't exist
Global State with Context talks about two different methods of managing state: Context and GlobalSignal. It might make sense to switch to Context and Global which both accept arbitrary types
dioxus::spawn is not exported at that path. It is only in the prelude
The Enabling Fullstack section adds the server, but doesn't remove web as the default platform which will cause web to be enabled when building the server. This was fixed in the template, but is hasn't been fixed in the guide. After removing the web default feature, the guide should also mention you need to serve with --platform web
The backend guide mentions we don't expect a client feature, but the CLI does recognize web, desktop, and mobile as client features. We also expose a client macro to config out client only code
The text was updated successfully, but these errors were encountered:
Reading through the most recent version of the guide, there are still a couple of minor issues:
dispose
method on signal doesn't existContext
andGlobal
which both accept arbitrary typesdioxus::spawn
is not exported at that path. It is only in the prelude--platform web
web
,desktop
, andmobile
as client features. We also expose aclient
macro to config out client only codeThe text was updated successfully, but these errors were encountered: