📄️ Sunucu React DOM APIleri
Bu belge, React bileşenlerini sunucuda HTMLye render etmek için kullanılan APIleri kapsamaktadır. Node.js ve Web akışları için geçerli yöntemlerin yanı sıra, artık desteklenmeyen APIleri de içermektedir.
📄️ renderToPipeableStream
The renderToPipeableStream API allows rendering a React tree into a Node.js Stream. Learn how to implement it effectively.
📄️ renderToStaticMarkup
This document explains the renderToStaticMarkup function for rendering non-interactive React trees to HTML strings. It covers usage, parameters, and important considerations.
📄️ renderToString
renderToString converts a React tree into an HTML string. It is important to understand its limitations and alternative methods effectively.
📄️ renderToNodeStream
The renderToNodeStream API renders a React tree to a Node.js Readable Stream. This guide provides usage details and parameters.
📄️ renderToReadableStream
The renderToReadableStream API renders a React tree to a Readable Web Stream. Learn how to utilize this API effectively in your React applications.
📄️ renderToStaticNodeStream
The renderToStaticNodeStream function converts a non-interactive React tree into a Node.js Readable Stream, allowing for server-side rendering of HTML. This method is essential for producing static content efficiently.