Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit committed Nov 1, 2024
1 parent 3c4b572 commit 8890727
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,11 +304,10 @@ Note that custom image component is currently only enabled with preview image or
- `react-notion-x` started as a fork of `react-notion` with better support for different types of Notion content (especially collections) and grew into something much more comprehensive
- `react-notion` is no longer actively maintained
- [notion-api-worker](https://github.com/splitbee/notion-api-worker) - Notion API proxy exposed as a Cloudflare Worker
- `notion-types` and `notion-client` are a refactored fork of `notion-api-worker`.
- `notion-types` and `notion-client` are a rewrite of `notion-api-worker`
- One of the main use cases for `react-notion-x` is server-side rendering via Next.js, in which case the CF worker is unnecessary
- We recommend that you use [notion-client](./packages/notion-client) instead
- [notion-api-agent](https://github.com/dragonman225/notionapi-agent) - Alternative Notion API client
- [notion-py](https://github.com/jamalex/notion-py) - Excellent Python wrapper around the Notion API
- [notion-py](https://github.com/jamalex/notion-py) - Python wrapper around the Notion API

## Contributing

Expand All @@ -320,8 +319,6 @@ MIT © [Travis Fischer](https://transitivebullsh.it)

This project extends MIT-licensed work by [Timo Lins](https://twitter.com/timolins), [Tobias Lins](https://twitter.com/linstobias), [Sam Wight](https://samw.dev), and other contributors.

Big thanks to [Noah Bragg](https://github.com/normdoow) who runs [Potion.so](https://www.potion.so/) for helping to maintain `react-notion-x`.

Support my OSS work by <a href="https://twitter.com/transitive_bs">following me on twitter <img src="https://storage.googleapis.com/saasify-assets/twitter-logo.svg" alt="twitter" height="24px" align="center"></a>

## Sponsor
Expand Down

0 comments on commit 8890727

Please sign in to comment.