Skip to content
Gyanguide

Interview Materials for fresher & experience

  • Home
  • javascript
  • TypeScript
  • React JS
  • Next js
  • Node Js
  • Design Patterns
  • JS Compiler
  • Home
  • javascript
  • TypeScript
  • React JS
  • Next js
  • Node Js
  • Design Patterns
  • JS Compiler
  • React JS

    What is HOC (Higher-Order Component) in React?

    June 8, 2026 - By Ranveer

    Interview Answer A Higher-Order Component (HOC) is a function that takes a React component as…

    Read More
  • Next js - React JS

    What is useContext ? When to use it ?

    June 8, 2026 - By Ranveer

    Interview Answer useContext() is a React Hook that allows components to access shared data from…

    Read More
  • Next js - Node Js - React JS

    What is GraphQL? How is it Different than Traditional HTTP REST API ?

    June 8, 2026 - By Ranveer

    Interview Answer GraphQL is a query language for APIs that allows clients to request exactly…

    Read More
  • React JS

    What is Reconciliation in React?

    June 8, 2026 - By Ranveer

    Interview Answer Reconciliation is React’s process of comparing the previous Virtual DOM with the new…

    Read More
  • React JS

    Difference Between useState() and useRef()

    June 8, 2026 - By Ranveer

    Feature useState() useRef() Causes Re-render ✅ Yes ❌ No Stores Data ✅ Yes ✅ Yes…

    Read More
  • javascript - Next js - Node Js - React JS - TypeScript

    Difference Between export default and export

    June 8, 2026 - By Ranveer

    Feature export default export (Named Export) Number per file Only 1 Multiple allowed Import name…

    Read More
  • javascript - Next js - Node Js - React JS

    How to Import & Export Multiple Variables from Same Files in JavaScript/React/Next.js

    June 8, 2026 - By Ranveer

    Interview Answer If I need to export multiple variables, functions, or components from the same…

    Read More
  • Next js - React JS

    Difference between SSR & CSR ?

    June 8, 2026 - By Ranveer

    Interview Answer (Short) SSR (Server-Side Rendering) generates HTML on the server before sending it to…

    Read More
  • javascript - React JS

    What is Code Splitting in React?

    June 8, 2026 - By Ranveer

    Code Splitting is a performance optimization technique where the JavaScript bundle is divided into smaller…

    Read More
  • React JS

    Difference Between useMemo() and useCallback() ?

    June 8, 2026 - By Ranveer

    Interview Answer (Short) useMemo() is used to cache the result of an expensive computation and…

    Read More
 Older Posts

Popular Tags

interview js reduce method React JS String methods

Categories

  • Design Patterns
  • javascript
  • Next js
  • Node Js
  • React JS
  • TypeScript

Recent Posts

  • What is HOC (Higher-Order Component) in React?
  • What is useContext ? When to use it ?
  • What is GraphQL? How is it Different than Traditional HTTP REST API ?
  • What is Reconciliation in React?
  • Difference Between useState() and useRef()
Graceful Theme by Optima Themes