From 4cdece69789d268002432f79741bc75cb8470a51 Mon Sep 17 00:00:00 2001 From: Anthony Campolo Date: Mon, 18 Jan 2021 10:18:33 -0800 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c84e0ec..eaf3f15 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ A community-driven collection of Redwood related plugins, config, themes, build * [Video Tutorial](https://github.com/redwoodjs/awesome-redwood#video-tutorial) * [Deployment](https://github.com/redwoodjs/awesome-redwood#deployment) * [Storage](https://github.com/redwoodjs/awesome-redwood#storage) +* [Client](https://github.com/redwoodjs/awesome-redwood#client) * [Articles](https://github.com/redwoodjs/awesome-redwood#articles) * [Video](https://github.com/redwoodjs/awesome-redwood#video) * [Tutorials](https://github.com/redwoodjs/awesome-redwood#tutorials) @@ -68,6 +69,11 @@ A community-driven collection of Redwood related plugins, config, themes, build - [Setting up local postgres database for noobs like me](https://community.redwoodjs.com/t/setting-up-local-postgres-database-for-noobs-like-me/1059) - [Many-to-Many Relationships the Redwood Way™️](https://community.redwoodjs.com/t/many-to-many-relationships-the-redwood-way/343) +## Client + +- [RedwoodJS React Query Provider](https://www.npmjs.com/package/redwoodjs-react-query-provider) +- [Switch out @apollo/client for smaller bundle size](https://github.com/redwoodjs/redwood/issues/1455) + ## Articles - [RedwoodJS: 5 Features that Make it Unique among Jamstack Frameworks](https://blog.bitsrc.io/redwoodjs-5-features-that-make-it-unique-among-jamstack-frameworks-edc81745132c)