mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
163b84dfe8
commit_hash:10a3c5dfdd683847ef54ab05c16ef2e1fc15f248
DivKit for the Web (React way)
React component wrapper to render DivJson, using the @divkitframework/divkit module.
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 | Чат на русском.