tauri-apps / tauri-docs

The source for all Tauri project documentation.
https://tauri.app
MIT License
750 stars 515 forks source link

[feature] Add a guide on default type conversions and workarounds between front and back #2162

Open EGSP opened 1 month ago

EGSP commented 1 month ago

tatapstar: Is it possible to add a guide on default type conversions and workarounds between front and back? Simon: Definitely, could you make a feature request for it on the tauri-docs repository so I don't forget about it? 🙂

context: 1) I found problem: invoke command converts rust HashMap<i32, Node> to js/ts flat Array Any solution? 2) https://github.com/tauri-apps/tauri/discussions/9153

simonhyll commented 1 month ago

Related issue: #1595