mirror of
https://github.com/tauri-apps/tauri-docs.git
synced 2026-01-31 00:35:16 +01:00
* docs: Disable outdated and unused benchmarks page *unused in the context of how it was meant to be used, for us a control mechanism. * Update 2022-06-19-tauri-1-0.mdx * Update readme.md * Update index.js * Update index.js * doing this in the web interface is such a waste of time * Update index.js * Update index.js * Update index.js * Update index.js * Update index.js
import DocCardList from '@theme/DocCardList'
import { useCurrentSidebarCategory } from '@docusaurus/theme-common'
# Architecture
Now that you have completed the Quick Start and have a basic Tauri application at hand, it is tempting to jump right in. We invite you, however, to resist this temptation for a couple more pages and learn more about the concepts and ideas behind Tauri. You will find developing an app is much like creating a traditional client-server application on the web, with a couple of subtle but important differences.
This section will cover Tauri's multi-process architecture, windows, and webviews and our design decisions to make your application more secure and resource-efficient.
<DocCardList items={useCurrentSidebarCategory().items} />