Skip to content

docs: add React library for fethcing API calls and their states #1438

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 30 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,34 +2,35 @@

A collection of awesome things regarding the React ecosystem.

- [React](#react)
- [React General Resources](#react-general-resources)
- [React Tutorials](#react-tutorials)
- [React Frameworks](#react-frameworks)
- [React Component Libraries](#react-component-libraries)
- [React State Management and Data Fetching](#react-state-management-and-data-fetching)
- [React Styling](#react-styling)
- [React Routing](#react-routing)
- [React Development Tools](#react-development-tools)
- [React Libraries](#react-libraries)
- [React Testing](#react-testing)
- [React Awesome Components](#react-awesome-components)
- [React Components Sandboxes](#react-components-sandboxes)
- [React Forms](#react-forms)
- [React Tables and Grids](#react-tables-and-grids)
- [React Maps](#react-maps)
- [React Charts](#react-charts)
- [React Renderers](#react-renderers)
- [React Internationalization](#react-internationalization)
- [React Graphics and Animations](#react-graphics-and-animations)
- [React Integration](#react-integration)
- [React Real Apps](#react-real-apps)
- [React Native](#react-native)
- [React Native General Resources](#react-native-general-resources)
- [React Native Navigation](#react-native-navigation)
- [React Native Awesome Components](#react-native-awesome-components)
- [React Native Libraries](#react-native-libraries)
- [Contribution](#contribution)
- [Awesome React ](#awesome-react-)
- [React](#react)
- [React General Resources](#react-general-resources)
- [React Tutorials](#react-tutorials)
- [React Frameworks](#react-frameworks)
- [React Component Libraries](#react-component-libraries)
- [React State Management and Data Fetching](#react-state-management-and-data-fetching)
- [React Styling](#react-styling)
- [React Routing](#react-routing)
- [React Development Tools](#react-development-tools)
- [React Libraries](#react-libraries)
- [React Testing](#react-testing)
- [React Awesome Components](#react-awesome-components)
- [React Components Sandboxes](#react-components-sandboxes)
- [React Forms](#react-forms)
- [React Tables and Grids](#react-tables-and-grids)
- [React Maps](#react-maps)
- [React Charts](#react-charts)
- [React Renderers](#react-renderers)
- [React Internationalization](#react-internationalization)
- [React Graphics and Animations](#react-graphics-and-animations)
- [React Integration](#react-integration)
- [React Real Apps](#react-real-apps)
- [React Native](#react-native)
- [React Native General Resources](#react-native-general-resources)
- [React Native Navigation](#react-native-navigation)
- [React Native Awesome Components](#react-native-awesome-components)
- [React Native Libraries](#react-native-libraries)
- [Contribution](#contribution)

### React

Expand Down Expand Up @@ -87,6 +88,7 @@ A collection of awesome things regarding the React ecosystem.
- [immer](https://github.com/immerjs/immer) - Create the next immutable state by mutating the current one
- [immutable-js](https://github.com/immutable-js/immutable-js) - Immutable persistent data collections for Javascript
- [rxdb](https://github.com/pubkey/rxdb) - A fast, offline-first, reactive database for JavaScript Applications
- [startfetch](https://github.com/Dickyrdiar/starfetching) - A library for fethcing API calls and their states

#### React Styling

Expand Down