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 MoreWhat 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 MoreConfiguring the newest version of antd (till today 5.0.5) with Next.js and react.js is much easier then the previous versions. Now we do not need to create and import other files s
Read MoreThis tool allows you to easily set up an official Prisma example project from the prisma-examples repository locally with a single command: npx try-prisma Try-prisma Here at Prisma
Read MoreWe Have to Done Following steps. Maybe that’s enough for this Let’s start our project. Make our project by using following command Here is your new project looks like Now go to
Read MoreStyled 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