A demo of different ways of doing data fetching in react
The three different methods demonstrated are:
- raw - a raw react implementation
- with-data - an implementation using a
withData
higher order component - data-store - an implementation using a centralised data store
- bicycle - an implementation using the bicycle data fetching library
You can view the live demo at https://react-data-fetching-demo.forbeslindesay.co.uk/
MIT