Files
Fabian-Lars e7319c05d2 docs: Disable outdated and unused benchmarks page (#1794)
* 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
2024-01-08 13:33:42 +01:00
..
2022-11-11 19:01:55 +01:00
2022-11-11 19:01:55 +01:00

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} />