CharlesMangwa / react-data-fetching

🎣 Declarative data fetching for React.
https://react-data-fetching.now.sh
MIT License
491 stars 27 forks source link

Add example folder for users & contributors #7

Open CharlesMangwa opened 6 years ago

CharlesMangwa commented 6 years ago

The repo currently lacks an example folder where the community could see how to use the library and get started with a simple copy/paste. This folder could also be useful to (future) contributors to make sure their changes are working and didn't break anything before submitting a PR. This example folder should integrate a React.js & a React Native project, probably created with CRA & CRNA to keep things simple.

jarvisluong commented 6 years ago

The challenge with this is that we need some real api endpoints to work with 😅 , do you have any suggestions?

CharlesMangwa commented 6 years ago

I think the GitHub API could be put to contribution 😏

jarvisluong commented 6 years ago

how about this? https://www.mocky.io/

CharlesMangwa commented 6 years ago

Oh! Like it! Seems to be more flexible 👌

jarvisluong commented 6 years ago

will work on this in my freetime 😄

CharlesMangwa commented 6 years ago

Update: currently in WIP in #22.