tauri-docs icon indicating copy to clipboard operation
tauri-docs copied to clipboard

Add guide: Tauri + React

Open JonasKruckenberg opened this issue 3 years ago • 0 comments

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.listen with useEffect

SSG

  • ssg is possible with react
  • renderToString and hydrate
  • link to vite SSG guides

JonasKruckenberg avatar Feb 14 '22 11:02 JonasKruckenberg