NotionX / react-notion-x

Fast and accurate React renderer for Notion. TS batteries included. ⚡️
https://react-notion-x-demo.transitivebullsh.it
MIT License
4.75k stars 552 forks source link

React-Notion-X unusable without node.js #478

Open colek319 opened 1 year ago

colek319 commented 1 year ago

Description

This library is built with next.js in mind, and utilizes server-side rendering to generate pages. This works well, but for users who aren't running server-side, we cannot actually use this library.

Cant we provide flexibility to support browser-side use of the notion-client?

See this issue for more context.

Notion Test Page ID

From https://github.com/transitive-bullshit/nextjs-notion-starter-kit: 7875426197cf461698809def95960ebf.

Any public page will fail if running without node.js.