Files
divkit/client/web/divkit-react/README.md
T
pkurchatov 63825bdb16 Removed link to the dead telegram channel
commit_hash:6873572db52797c92e9f33babba4432ab27760ea
2026-01-27 10:31:47 +03:00

827 B

DivKit for the Web (React way)

React component wrapper to render DivJson, using the @divkitframework/divkit module.

Main doc.

Installation

npm i @divkitframework/react --save

Usage

import { DivKit } from '@divkitframework/react';

return <DivKit id="smth" json={json} />;

All other props are similar to the render options for the @divkitframework/divkit module.

SSR

SSR is supported. Make sure to pass the same props both on the client and the server.


Documentation. Medium tutorial. Habr tutorial.

Telegram: English-speaking chat | Чат на русском.