Back to Tauri

Core Concepts

src/content/docs/concept/index.mdx

latest1.0 KB
Original Source

import { CardGrid, LinkCard } from '@astrojs/starlight/components';

Tauri has a variety of topics that are considered to be core concepts, things any developer should be aware of when developing their applications. Here's a variety of topics that you should get more intimately familiar with if you want to get the most out of the framework.

<CardGrid> <LinkCard title="Tauri Architecture" href="/concept/architecture/" description="Architecture and ecosystem." /> <LinkCard title="Inter-Process Communication (IPC)" href="/concept/inter-process-communication/" description="The inner workings on the IPC." /> <LinkCard title="Security" href="/security/" description="How Tauri enforces security practices." /> <LinkCard title="Process Model" href="/concept/process-model/" description="Which processes Tauri manages and why." /> <LinkCard title="App Size" href="/concept/size/" description="How to make your app as small as possible." /> </CardGrid>