Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(ru): Docs translation revision and update #1951

Open
wants to merge 46 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
6ce30a5
docs(ru): translate examples.mdx
JohnBakhmat Jul 30, 2024
4ea6a4a
docs(ru): updated usage/next-js.md
JohnBakhmat Jul 30, 2024
7e292e7
docs(ru): updated other-recs.md
JohnBakhmat Jul 30, 2024
bbae753
Update www/src/pages/ru/examples.mdx
JohnBakhmat Jul 30, 2024
4fb0013
Update www/src/pages/ru/usage/next-js.md
JohnBakhmat Jul 30, 2024
6aa81aa
Update www/src/pages/ru/usage/next-js.md
JohnBakhmat Jul 30, 2024
a471a13
Merge remote-tracking branch 'refs/remotes/origin/july' into july
JohnBakhmat Jul 31, 2024
1ebe9fe
docs(ru):updated env-vars
JohnBakhmat Aug 5, 2024
53035f7
docs(ru):updated folder-structure-pages
JohnBakhmat Aug 5, 2024
53eb862
docs(ru):updated installation.mdx
JohnBakhmat Aug 5, 2024
019b2b8
docs(ru):convert introduction to mdx
JohnBakhmat Aug 5, 2024
1552715
docs(ru):updated introduction
JohnBakhmat Aug 5, 2024
88b4c46
docs(ru):updated faq
JohnBakhmat Aug 5, 2024
6b4bc23
docs(ru): fix div being in wrong place
JohnBakhmat Aug 5, 2024
d713208
docs(ru):updated next-auth.mdx
JohnBakhmat Aug 5, 2024
7ed547d
docs(ru): updated first-steps
JohnBakhmat Aug 5, 2024
dc9a4e4
docs(ru): updated docker
JohnBakhmat Aug 5, 2024
3dc2d44
docs(ru): updated netlify
JohnBakhmat Aug 5, 2024
7ccdebd
docs(ru): updated vercel
JohnBakhmat Aug 5, 2024
363b19d
docs(ru): updated trpc.md
JohnBakhmat Aug 5, 2024
314b4d1
docs(ru): add drizzle
JohnBakhmat Aug 5, 2024
bf104a5
docs(ru):format fix
JohnBakhmat Aug 5, 2024
9732313
chore: fix typo www/src/pages/ru/faq.mdx
JohnBakhmat Aug 5, 2024
f7788ea
Update www/src/pages/ru/faq.mdx
JohnBakhmat Aug 5, 2024
540d288
Update www/src/pages/ru/usage/first-steps.md
JohnBakhmat Aug 5, 2024
d961afe
docs(ru): translate fs-app
JohnBakhmat Aug 5, 2024
917759f
Merge remote-tracking branch 'refs/remotes/origin/july' into july
JohnBakhmat Aug 5, 2024
3ba21f2
docs(ru): remove scratch lines
JohnBakhmat Aug 5, 2024
1511eab
docs(ru): update toc
JohnBakhmat Aug 5, 2024
3543073
Update www/src/pages/ru/faq.mdx
JohnBakhmat Aug 5, 2024
b813c8b
Update www/src/pages/ru/folder-structure-pages.mdx
JohnBakhmat Aug 5, 2024
d04315b
Update www/src/pages/ru/folder-structure-pages.mdx
JohnBakhmat Aug 5, 2024
b737c0f
Update www/src/pages/ru/folder-structure-pages.mdx
JohnBakhmat Aug 5, 2024
7b9156f
Update www/src/pages/ru/folder-structure-pages.mdx
JohnBakhmat Aug 5, 2024
c727b8e
Update www/src/pages/ru/faq.mdx
JohnBakhmat Aug 5, 2024
85cc21b
Update www/src/pages/ru/faq.mdx
JohnBakhmat Aug 5, 2024
427e964
Update www/src/pages/ru/folder-structure-app.mdx
JohnBakhmat Aug 5, 2024
4fa8b1a
Update www/src/pages/ru/usage/first-steps.md
JohnBakhmat Aug 5, 2024
42a9da3
Update www/src/pages/ru/usage/first-steps.md
JohnBakhmat Aug 5, 2024
1d1c3d2
Update www/src/pages/ru/installation.mdx
JohnBakhmat Aug 5, 2024
161b7f0
Update www/src/pages/ru/installation.mdx
JohnBakhmat Aug 5, 2024
36e6fd0
Update www/src/pages/ru/usage/env-variables.mdx
JohnBakhmat Aug 5, 2024
eff904e
Update www/src/pages/ru/faq.mdx
JohnBakhmat Aug 5, 2024
b80d5c2
Update www/src/pages/ru/faq.mdx
JohnBakhmat Aug 5, 2024
0f75fe9
Update www/src/pages/ru/folder-structure-pages.mdx
JohnBakhmat Aug 5, 2024
89041d7
Merge branch 'main' into july
JohnBakhmat Aug 20, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions www/src/pages/ru/examples.mdx
JohnBakhmat marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: Examples
JohnBakhmat marked this conversation as resolved.
Show resolved Hide resolved
description: Примеры различных приложений
layout: ../../layouts/docs.astro
lang: ru
isMdx: true
---

import Callout from "../../components/docs/callout.tsx";
import Form from "../../components/docs/exampleOptionForm.astro";

Вы можете попробовать различные комбинации технологий, которые предоставляет create-t3-app.

<Callout type="info">
Вы не можете одновременно выбрать `prisma` и `drizzle`.
</Callout>

<Form />

<Callout type="warning">
Некоторые функции могут не работать, пока вы не создадите файл env.
</Callout>
2 changes: 2 additions & 0 deletions www/src/pages/ru/usage/next-js.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ Next.js это бэкенд фреймворк для ваших React прил

Ключевые особенности Next.js - это возможности получения данных. Мы настоятельно рекомендуем прочитать [официальную документацию](https://nextjs.org/docs/basic-features/data-fetching), чтобы понять, как использовать каждый метод и чем они отличаются. `getServerSideProps` обычно не рекомендуется, если нет веской причины, из-за того, что это блокирующий вызов и он замедлит ваш сайт. [Incremental Static Regeneration](https://nextjs.org/docs/basic-features/data-fetching/incremental-static-regeneration) - это отличная альтернатива `getServerSideProps`, когда данные динамичны и могут быть получены постепенно.
JohnBakhmat marked this conversation as resolved.
Show resolved Hide resolved

Если вам все-таки нужно использовать эти функции, обратите внимание на: [Advanced tRPC - Callers, functions, and gSSP](https://www.youtube.com/watch?v=G2ZzmgShHgQ) и [SSG-Helpers](https://trpc.io/docs/v9/ssg-helpers)
JohnBakhmat marked this conversation as resolved.
Show resolved Hide resolved

## Полезные ресурсы

| Ресурс | Ссылка |
Expand Down