From 0377c659b1cf948cd6d25be94068edf96ee60d63 Mon Sep 17 00:00:00 2001 From: Tamish Mhatre Date: Sat, 9 May 2026 02:50:42 +0530 Subject: [PATCH] =?UTF-8?q?Add=20fluidity-ts=20=E2=80=94=20responsive=20de?= =?UTF-8?q?sign=20hooks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8186f6d..33bcc64 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,7 @@ - [`conuse`](https://github.com/fodau/conuse) Share Hook with Context - [`easy-peasy`](https://github.com/ctrlplusb/easy-peasy) Easy peasy global state for React. - [`fetch-suspense`](https://github.com/CharlesStover/fetch-suspense) React hook for the Fetch API with support for Suspense. +- [fluidity-ts](https://github.com/Fluidiety/fluidity-ts) - SSR-safe hooks for responsive breakpoints, container queries, fluid typography, and user preferences (reduced motion, color scheme). - [`graphql-hooks`](https://github.com/nearform/graphql-hooks) Minimal hooks-first GraphQL client. - [`mobx-react-lite`](https://github.com/mobxjs/mobx-react-lite) Lightweight React bindings for MobX based on experimental React hooks. - [`modali`](https://github.com/upmostly/modali) A delightful modal dialog component for React, built from the ground up to support React Hooks.