Skip to content
How to invalidate query after mutations in React-Query
How to invalidate query after mutations in React-Query
Abhishek EH | May 24, 2023 | 5 Min Read
How to build a todo list, fetch and display it using React query, mutate the list and invalidate the query and display updated list
Read More
Typescript: Convert Enum to Array
Typescript: Convert Enum to Array
Abhishek EH | Apr 22, 2023 | 2 Min Read
Guide on different ways to convert typescript enum to to array. Also discusses how to convert when values are present and when values are not present
Read More
How to add favicon to a Next.js site?
How to add favicon to a Next.js site?
Abhishek EH | Apr 16, 2023 | 2 Min Read
Tutorial on how to create a favicon and replace the default icon with the newly created one in Next.js
Read More
Python If Else shorthand with examples
Python If Else shorthand with examples
Abhishek EH | Apr 8, 2023 | 2 Min Read
Article on how to use Shorthands for if else statements in Python, Discusses about simple if, if else and else if ladder.
Read More
How to render array of components in React
How to render array of components in React
Abhishek EH | Apr 7, 2023 | 3 Min Read
Tutorial on how to create an array of components and render them, Also discuss how to store components in an array and render them.
Read More
How to use media queries in styled components
How to use media queries in styled components
Abhishek EH | Apr 5, 2023 | 2 Min Read
Tutorial on how to use media queries in styled components to display different view in mobile screens and desktop screens
Read More
© 2023 CodingDeft.Com