Skip to content

Commit 45d43e3

Browse files
committed
adding readme
1 parent 17ab537 commit 45d43e3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# redux json api demo
2+
While playing around with React I've found myself with a need to pull data from a server. The data comes in compliant with [json api spec](http://jsonapi.org) and the [Redux Json Api package](https://github.com/dixieio/redux-json-api) was listed as one of the JS client implementations.
3+
4+
While there are some docs in the [Redux Json Api GitHub repo](https://github.com/dixieio/redux-json-api) I was missing an understandable and complete example of how to implement this.
5+
6+
To get to know the library a bit better I started by creating a quick "Hello World" app, which is available by checking out the [hello-world tag of this repo](https://github.com/tomharvey/redux-json-api-demo/tree/hello-world)
7+
8+
The only file which then changes to add the Redux store and make use of the redux-son-api package is `main.js` and [this diff](https://github.com/tomharvey/redux-json-api-demo/compare/hello-world...3beb65468753ad0b022ad0f1d8b39619e688a075) should show the changes required to get up and running with this package.

0 commit comments

Comments
 (0)