# React 18 for Beginners: Creating a generic HTTP Service

**URL:** https://forum.codewithmosh.com/t/react-18-for-beginners-creating-a-generic-http-service/24858
**Category:** React
**Created:** [January 30, 2024, 7:24pm UTC](https://forum.codewithmosh.com/t/react-18-for-beginners-creating-a-generic-http-service/24858 "2024-01-30T19:24:29Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![afnan1](https://avatars.discourse-cdn.com/v4/letter/a/e68b1a/32.png) [@afnan1](https://forum.codewithmosh.com/u/afnan1)
#### Post date: [January 30, 2024, 7:24pm UTC](https://forum.codewithmosh.com/t/react-18-for-beginners-creating-a-generic-http-service/24858/1 "2024-01-30T19:24:29Z")

</div>

Hello ,

I just finished this lecture. but i’m stuck on how to add a generic http service to the other service and add specific functions to the service as well?

in other word; in userService I already applied HTTP service inside it , so i can use all CRUD . but if i want to add additional functions to userService so i can use CRUD as well as other added functions.

Thank you
