Articles in this series
If you have some experience working with GraphQL servers and GraphQL query language, you must have used GraphQL playgrounds on localhost or online. On...
What are nested routes? Nested routes in React Router are a way of defining routes in a hierarchical manner. In this arrangement, a route( parent...
React Query is a library that simplifies the process of managing data fetching and caching in React applications. It provides a set of tools and...
TypeScript is a superset of JavaScript. Unlike JavaScript, Which is dynamically typed, it is statically typed. This means you will know the types of...
React.lazy and Suspense make React developer life easy. React.lazy helps in code-splitting and Suspense backup React.lazy in loading state. Before, we...
What are webhooks? A webhook is a way for an application to communicate with other external applications. Apps use webhooks to send automated messages...