You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Ashelyn Dawn dd7b03297a
ensure tauri event listener is always unsubscribed
previously if a component mounted and then immediately unmounted we may not have received the callback function from tauri

this makes it so the promise we receive from tauri is awaited as part of cleanup instead, guaranteeing the unlisten callback is always called (deferring that call until it's available if necessary)
6 months ago
.vscode standard tauri template 6 months ago
public standard tauri template 6 months ago
src ensure tauri event listener is always unsubscribed 6 months ago
src-tauri quick proof-of-concept of updating state and subscribing to events from react 6 months ago
.gitignore standard tauri template 6 months ago
README.md standard tauri template 6 months ago
index.html standard tauri template 6 months ago
package-lock.json standard tauri template 6 months ago
package.json standard tauri template 6 months ago
tsconfig.json standard tauri template 6 months ago
tsconfig.node.json standard tauri template 6 months ago
vite.config.ts standard tauri template 6 months ago

README.md

Tauri + React + Typescript

This template should help get you started developing with Tauri, React and Typescript in Vite.