# react-hooks-fetch

## History

This library has been changed over time.
Here's the list of various implementations.

- [Initial version](https://github.com/dai-shi/react-hooks-fetch/tree/dab13e04b81b92ab41a06705c837f8ad87fb9608)
- [AbortController support](https://github.com/dai-shi/react-hooks-fetch/tree/767cba39180c88be2960061028004e32aaea6e4b)
- [Suspense trial](https://github.com/dai-shi/react-hooks-fetch/tree/e7027c0042df35bee029849c3fea84f9bdfb1b55)
- [Suspense&ErrorBoundary trial](https://github.com/dai-shi/react-hooks-fetch/tree/7f525b518096d4a454228fdea176ecc8d2a66183)
- [Suspense support with useRef](https://github.com/dai-shi/react-hooks-fetch/tree/af0c67e752a8cf7c2e45d3bc547ea5be0b4e71e4)
- [useReducer version](https://github.com/dai-shi/react-hooks-fetch/tree/56dd2c2566ff7c481e1b0603fa1c43fa98da565a)
- [useState version](https://github.com/dai-shi/react-hooks-fetch/tree/893e988b96a31054f23f3d5370f30db7450e547f)
- [Render-as-You-Fetch experiment](https://github.com/dai-shi/react-hooks-fetch/tree/bb53c6feb9b59f66901a9bf066f1fefa9f741bcb)
- [First createFetchStore version](https://github.com/dai-shi/react-hooks-fetch/tree/c12237fce9a78ac986a7e3a12b3213d0c2d6aaff)
- [Simplified API without WeakMap](https://github.com/dai-shi/react-hooks-fetch/tree/9e2895768267efad958abe4cea055f44e6e05f57)
