add dominator-rust template into tauri
Adding dominator-rust project to create-tauri-app
Hi @amrbashir , thank you for your input, very appreciate it. I'll address one by one soon. Just fyi on couple of things:
- I try the other rust based frontend template without success, hence this template just following my typical dev flow when using dominator as frontend. Other project, they add
src-taurias workspace in which I think it's not the best approach. - there is
package.jsonbecause on dev, trunk always copy over all the asset which cause some slowness on large project. Meanwhile, here I create several server to host the asset, so dev workflow is faster - I have couple update that I'll push on another commit.
Thanks.
I try the other rust based frontend template without success
Would like to hear more about this, as this would be a bug that needs to be fixed.
2. there is
package.jsonbecause on dev, trunk always copy over all the asset which cause some slowness on large project. Meanwhile, here I create several server to host the asset, so dev workflow is faster
I would say this is an optimization for said larger projects to do, for create-tauri-app use-case, I'd like to keep the template as simple as possible so it is easier to add and modify later on.