From 5443436e91698da6c3de4a7f086a365e10ae95e7 Mon Sep 17 00:00:00 2001 From: daishi Date: Thu, 6 Jun 2024 12:10:34 +0900 Subject: [PATCH] add deprecation notice --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6474e4d..01a4970 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +This project is no longer maintained. It was a long journey to explore the possibilities for data fetching with hooks and suspense, but with React 19, the official way to do data fetching with suspense is to use server components. If you need a client-side solution, check out [Jotai](https://github.com/pmndrs/jotai), which provides similar capabilities to this library in its latest state. + +--- + # react-hooks-fetch [![CI](https://img.shields.io/github/actions/workflow/status/dai-shi/react-hooks-fetch/ci.yml?branch=main)](https://github.com/dai-shi/react-hooks-fetch/actions?query=workflow%3ACI)