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 |
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