Experiment with tauri passing data from rust to javascript, by creating a chess app where all of the logic is done in Rust and just the frontend is done in TypeScript React.
Requirements
Use these steps to run and see the magic for yourself!
git clone https://github.com/jamessizeland/tauri-chess.git
cd tauri-chess
yarn
yarn tauri dev