From d8d46cb3a96d4d44feeebd41f7ce7984ead576f7 Mon Sep 17 00:00:00 2001 From: himself65 Date: Tue, 13 Jun 2023 10:45:52 +0800 Subject: [PATCH] docs: update thanks section in README.md (cherry picked from commit ba7d34bce5d58408f5b2203a84c34866f37c44b2) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 18299e5416..af001e0791 100644 --- a/README.md +++ b/README.md @@ -136,11 +136,12 @@ We would also like to give thanks to open-source projects that make AFFiNE possi - [BlockSuite](https://github.com/toeverything/BlockSuite) - 💠 BlockSuite is the open-source collaborative editor project behind AFFiNE. - [OctoBase](https://github.com/toeverything/OctoBase) - 🐙 OctoBase is the open-source database behind AFFiNE, local-first, yet collaborative. A light-weight, scalable, data engine written in Rust. - [Yjs](https://github.com/yjs/yjs) & [Yrs](https://github.com/y-crdt/y-crdt) - Fundamental support of CRDTs for our implementation on state management and data sync. -- [Next.js](https://github.com/vercel/next.js) - The React Framework. +- [Electron](https://github.com/electron/electron) - Build cross-platform desktop apps with JavaScript, HTML, and CSS. - [React](https://github.com/facebook/react) - View layer support and web GUI framework. - [Rust](https://github.com/rust-lang/rust) - High performance language that extends the ability and availability of our real-time backend, OctoBase. - [Jotai](https://github.com/pmndrs/jotai) - Primitive and flexible state management for React. - [MUI](https://github.com/mui/material-ui) - Our most used graphic UI component library. +- [async-call-rpc](https://github.com/Jack-Works/async-call-rpc) - A lightweight JSON RPC client & server. - Other upstream [dependencies](https://github.com/toeverything/AFFiNE/network/dependencies). Thanks a lot to the community for providing such powerful and simple libraries, so that we can focus more on the implementation of the product logic, and we hope that in the future our projects will also provide a more easy-to-use knowledge base for everyone.