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.
- Host: GitHub
- URL: https://github.com/arqex/react-declarative-fetching
- Owner: arqex
- License: mit
- Created: 2015-06-10T11:25:17.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-15T08:14:18.000Z (almost 10 years ago)
- Last Synced: 2024-10-15T22:23:22.158Z (7 months ago)
- Language: JavaScript
- Size: 392 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)