Skip to content

Commit

Permalink
Fix small typo in introduction (#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun authored Feb 6, 2025
1 parent 2435707 commit fff436b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-src/0.6/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ In many ways, Dioxus is similar to Flutter: we integrate our own build tools, fo
- Reactivity is inspired by web frameworks like React and SolidJS
- Dioxus code runs natively with no virtual machine and enables direct FFI with system APIs

Our goal is to provide a "better Flutter": faster, slimmer, and web-native. You can think of Dioxus is a hybrid of [Flutter](http://flutter.dev) and [NextJS](http://nextjs.org): cross-platform apps with stellar fullstack support. Today, Dioxus apps can only be written in Rust, but we plan to support more languages in the future.
Our goal is to provide a "better Flutter": faster, slimmer, and web-native. You can think of Dioxus as a hybrid of [Flutter](http://flutter.dev) and [NextJS](http://nextjs.org): cross-platform apps with stellar fullstack support. Today, Dioxus apps can only be written in Rust, but we plan to support more languages in the future.

## Why Dioxus?

Expand Down

0 comments on commit fff436b

Please sign in to comment.