From 0b51f60760fff7e1a8e62b948069c410ad1db733 Mon Sep 17 00:00:00 2001 From: Barry Staes Date: Mon, 15 Feb 2016 14:57:47 +0100 Subject: [PATCH] Update README.md projects --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d7a461c..ad48529 100644 --- a/README.md +++ b/README.md @@ -598,6 +598,12 @@ $ npm install && npm test MIT +## Projects using redux-api-middleware + +- [react-trebuchet](https://github.com/barrystaes/react-slingshot/tree/test-bottlesapi-apimiddleware) (experimental/opinionated fork of react-slingshot for SPA frontends using REST JSON API backends) + +If your opensource project uses (or works with) `redux-api-middleware` we would be happy to list it here! + ## Acknowledgements The code in this module was originally extracted from the [real-world](https://github.com/rackt/redux/blob/master/examples/real-world/middleware/api.js) example in the [redux](https://github.com/rackt/redux) repository, due to [Dan Abramov](https://github.com/gaearon). It has evolved thanks to issues filed by, and pull requests contributed by, other developers.