mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-27 13:52:47 -07:00
48c3934b6e
* refactor: update documentation meta tags * feat: update documentation version to v0.11.1 * fix: formatting * feat: add SEO breadcrumb structured data
38 lines
1.2 KiB
Plaintext
38 lines
1.2 KiB
Plaintext
import MetaTags from '../../../components/meta-tags'
|
||
|
||
<MetaTags
|
||
title="Tuono - Conclusion"
|
||
canonical="https://tuono.dev/documentation/tutorial/conclusion"
|
||
description="You just created a multi thread full stack application with Rust and React"
|
||
/>
|
||
|
||
import Breadcrumbs, { Element } from '../../../components/breadcrumbs'
|
||
|
||
<Breadcrumbs
|
||
breadcrumbs={[
|
||
{ label: 'Tutorial', href: '/documentation/tutorial' },
|
||
{ label: 'Conclusion' },
|
||
]}
|
||
/>
|
||
|
||
# Conclusion
|
||
|
||
That’s it! You just created a multi thread full stack application with Rust and React.
|
||
|
||
The project is still under heavy development and many features are not ready yet, but
|
||
I hope you got the taste of what is like working with rust and react in the same stack.
|
||
|
||
As I mentioned in the introduction, I'd love to hear what you thought about the framework and the tutorial - feel free to reach me
|
||
at [valerioageno@yahoo.it](mailto:valerioageno@yahoo.it) or in Twitter (X) DMs [@valerioageno](https://twitter.com/valerioageno).
|
||
|
||
Ciao
|
||
|
||
import NavigationButtons from '../../../components/navigation-buttons'
|
||
|
||
<NavigationButtons
|
||
prev={{
|
||
title: 'Production build',
|
||
href: '/documentation/tutorial/production',
|
||
}}
|
||
/>
|