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 useEffect() in React?

    June 8, 2026 - By Ranveer

    Interview Answer useEffect() is a React Hook used to perform side effects such as API…

    Read More
  • React JS

    What is Hooks in React JS

    June 8, 2026 - By Ranveer

    Interview Answer Hooks are built-in React functions that allow Functional Components to use state, lifecycle…

    Read More
  • React JS

    Difference between class component and functional component which one do you use and why ?

    June 8, 2026 - By Ranveer

    I prefer Functional Components because they are simpler, support React Hooks, require less code, and…

    Read More
  • javascript

    What are main Features of ES6 – ECMAScript 2015

    June 1, 2026 - By Ranveer

    Main ES6 (ECMAScript 2015) features:

    Read More
  • TypeScript

    TypeScript Tuples ?

    May 24, 2026 - By Ranveer

    A Tuple in TypeScript is a special type of array where: Basic Syntax Here: Why…

    Read More
  • TypeScript

    What is difference between unknown & Any data type in TypeScript

    May 24, 2026 - By Ranveer

    Here is the difference between them: Feature any unknown Type safety ❌ No safety ✅…

    Read More
  • TypeScript

    Explicit Data Types in TypeScript

    May 24, 2026 - By Ranveer

    Type Example string "Hello" number 100 boolean true / false array number[] object {name:string} any…

    Read More
  • TypeScript

    Difference between Implicit and Explicit Data Type

    May 24, 2026 - By Ranveer

    In Type Theory and languages like TypeScript, Basic Explicit Types means you directly specify the…

    Read More
Newer 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