Skip to content

Commit

Permalink
📖
Browse files Browse the repository at this point in the history
  • Loading branch information
masylum committed Mar 19, 2017
1 parent 38c1ba3 commit 1c23c4c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ actions built in (`create`, `fetch`, `save`, `destroy`, ...) so instead
of writing, over and over, hundreds of lines of boilerplate we can leverage
REST conventions to minimize the code needed for your API interactions.

## Full React example

If you want to see a full example with React you
can check out the [mobx-rest-example repo](https://github.com/masylum/mobx-rest-example).
The demo is deployed [here](https://demo-wiimsnkpdy.now.sh/).

## Documentation

`mobx-rest` is very simple and its source code can be read in 5 minutes.
Expand Down Expand Up @@ -390,7 +396,7 @@ Exactly the same as the model one, but at the collection level.
This is the object that is going to make the `xhr` requests to interact with your API.
There is an example implementation for jQuery in the `mobx-rest-jquery-adapter` package.

## Full Example
## Simple Example

A collection looks like this:

Expand Down

0 comments on commit 1c23c4c

Please sign in to comment.