Update website based on feedback
Some checks failed
Gitea Actions Demo / publish (push) Failing after 10s

This commit is contained in:
david-swift 2024-10-18 22:15:23 +02:00
parent 7f097966a9
commit 26b9937fbb

View File

@ -5,6 +5,12 @@
{{ image(url="trailer.gif" full_bleed=true) }}
--->
{% alert(warning=true) %}
This project is currently under development and not yet ready for production.
Follow the maintainer [on the Fediverse](https://mastodon.de/@david_swift) to stay up to date.
{% end %}
# Native. Cross-platform. <div class="logo"> Aparoksha. </div>
<div style="margin-bottom: 2em;">
@ -30,8 +36,7 @@ Combine them into pages, windows, and apps.
</aside>
--->
{% crt() %}
```
```swift
struct Timeline: View {
var posts: Posts
@ -45,7 +50,6 @@ struct Timeline: View {
}
```
{% end %}
## The Magic of the State
@ -58,8 +62,7 @@ Let's create a simple counter view:
</aside>
--->
{% crt() %}
```
```swift
struct SearchView: View {
@State private var count = 0
@ -76,7 +79,6 @@ struct SearchView: View {
}
```
{% end %}
## Supported Platforms