react-notion
react-notion copied to clipboard
[question]is there a utility method to convert the data into the blockMap data structure required by react-notion?
Hello. I'd like to ask the following questions:
- If I directly retrieve all the blocks of a page using the
notion-sdk-js, can I directly render them usingreact-notion?
<div style={{ maxWidth: 768 }}>
<NotionRenderer blockMap={blockMap} />
</div>
- If not, is there a utility method to convert the data into the
blockMapdata structure required byreact-notion?