Skip to content

Files

data-fetching-custom-hooks

Data Fetching & HTTP Request - Custom Hooks

Key Topics

Data Fetching & HTTP Requests Custom Hooks
How To Connect a Backend/ Database Repetition: Rules of Hooks
Fetching Data Why Custom Hooks?
Sending Data Creating Custom Hooks
Using Custom Hooks

Running the Application

To run the application, follow these steps:

git clone https://github.com/ThomasCode92/react-complete-guide
cd complete-path/data-fetching-custom-hooks   # navigate to project folder
npm install   # install dependencies, backend & frontend
npm run dev   # start development servers, backend & frontend