Skip to content

Commit 5b336e9

Browse files
committed
Added showcase gif
1 parent 0daede4 commit 5b336e9

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

images/showcase.gif

14.8 MB
Loading

packages/redux-requests/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
Redux addon to simplify handling of AJAX requests. It supports Axios, Fetch API, GraphQL and promise based API libraries,
1515
but different integrations could be added, as they are implemented in a plugin fashion.
1616

17+
![Redux-Requests showcase](https://github.com/klis87/redux-requests/blob/dev/images/showcase.gif)
18+
1719
## Table of content
1820

1921
- [Motivation](#motivation-arrow_up)
@@ -1228,6 +1230,7 @@ There are following examples currently:
12281230
- [mock-and-multiple-drivers](https://github.com/klis87/redux-requests/tree/master/examples/mock-and-multiple-drivers)
12291231
- [server-side-rendering](https://github.com/klis87/redux-requests/tree/master/examples/server-side-rendering)
12301232
- [promise driver](https://github.com/klis87/redux-requests/tree/master/examples/promise-driver)
1233+
- [showcase](https://github.com/klis87/redux-requests/tree/master/examples/showcase)
12311234
12321235
## Licence [:arrow_up:](#table-of-content)
12331236

0 commit comments

Comments
 (0)