fbpx
by: Muhammad Talha
-
December 10, 2022

React Query (useQuery)

What is useQuery? The useQuery hook is the primary API for executing queries in a React application. We run a query within a React component by calling useQuery and passing it our

Read More
by: Muhammad Junaid
-
November 29, 2022

Styled component in react.js

Styled components are react components with styles. Styled-components make it simple to use CSS by writing JavaScript code. Well, why do we use styled components instead of CSS mod

Read More