tauri-docs
tauri-docs copied to clipboard
Add guide: Tauri + React
TODO
Explain how to use Tauri with a React frontend, show a few examples using various Tauri APIs and give some tips on configuration.
Details
Setup
- install react
- link to react getting started
Development
- basic example
- show how to import tauri functions
- how how to use
events.listenwithuseEffect
SSG
- ssg is possible with react
- renderToString and hydrate
- link to vite SSG guides