Tauri
summary
Backend The less visual bits
Browser Compatible Making your app run in a browser.
Bundle Identifier Unique ID of your app.
Commands Native bits of functionality
Events Native functionality ran reactively
File Association Making a file extension trigger opening your app
Frontend The more visual bits
Icon Generation Creating icons for your app
Inter-Process Communication How the IPC works
Path Resolver Retrieving a cross-platform path to a file
Plugins What they are and how you use them
Process Model How the Tauri processes interact
State Management Non-persistent storage of app-wide variables
System Tray That little button in the corner of your taskbar
Window Customization Making your window look just right
Window Menu An ugly native menu