An open API service indexing awesome lists of open source software.

https://github.com/arqex/react-declarative-fetching

A demo application on how to fetch data dependencies defined in react components declaratively.
https://github.com/arqex/react-declarative-fetching

Last synced: 6 months ago
JSON representation

A demo application on how to fetch data dependencies defined in react components declaratively.

Awesome Lists containing this project

README

        

# react-declarative-fetching
A demo application on how to automatically fetch data dependencies. defined in react components declaratively.

This demo has been developed as an example for the article:
[Define the data to fetch declaratively with React](http://arqex.com/1058/define-the-data-to-fetch-declaratively-with-react).

[You can see it working here](http://development.react-declarative-fetching.divshot.io/).

## Local installation
If you want to make it work in your computer you need to:
```
git clone https://github.com/arqex/react-declarative-fetching
cd react-declarative-fetching
npm install
npm start
```

This will launch a development server at `localhost:8080`.

## [MIT Licensed](LICENSE)