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

Translate renderToString #480

Merged
merged 2 commits into from Aug 10, 2023
Merged

Translate renderToString #480

merged 2 commits into from Aug 10, 2023

Conversation

arif-ozberk
Copy link
Contributor

No description provided.

@github-actions
Copy link

github-actions bot commented Aug 10, 2023

Size changes

📦 Next.js Bundle Analysis for react-dev

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

Copy link
Member

@alioguzhan alioguzhan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tesekkurler. Birkac nokta var. Sonrasinda merge edebiliriz.


### `renderToString(reactNode)` {/*rendertostring*/}

On the server, call `renderToString` to render your app to HTML.
Sunucuda, uygulamanızı HTML'ye dönüştürmek için `renderToString` çağrısı yapınız.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yabanci isim ve kisaltmalarda ekler yazilisa gore degil okunusa gore belirleniyor olmasi lazim. Mesela

Shakespeare’in seklinde yazariz. Shakespeare’nin degil.
Ya da CNN'nin haberi yazmak yerine CNN'in haberi seklinde yazariz.

O yuzden HTML'e seklinde guncellemek daha dogru olacaktir. Baska yerlerde de varsa hepsini guncellerseniz iyi olur.


* `renderToString` has limited Suspense support. If a component suspends, `renderToString` immediately sends its fallback as HTML.
* `renderToString` sınırlı Suspense desteğine sahiptir. Bir bileşen askıya alınırsa, `renderToString` hemen geri dönüşünü HTML olarak gönderir.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

renderToString hemen geri dönüşünü HTML olarak gönderir. :

  1. renderToString geri dönüşünü HTML olarak hemen gönderir.
  2. renderToString geri dönüşünü hemen HTML olarak gönderir.

ikisinden biri daha guzel olabilir.

@arif-ozberk
Copy link
Contributor Author

Geri dönüş için teşekkürler. Önerdiğiniz düzeltmeleri yaptım.

Copy link
Member

@alioguzhan alioguzhan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tesekkurler!

@alioguzhan alioguzhan merged commit b5fc095 into reactjs:main Aug 10, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants