Is it possible to create a pattern for interface development? #2355
ZeronoFreya
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the interface writing stage, the solution provided by wails is far inferior to browser + hot update in my opinion, and wails will restart from time to time (cannot be reproduced manually). So can you use a proxy scheme, for example
The above code will call the Greet method, can you add a judgment isGuiDev in this process, and proxy the Greet method to the simulation method? Simulated interface similar to debugging api in web.
Greet() -> isGuiDev ?
Beta Was this translation helpful? Give feedback.
All reactions