Filter interviews by
React Hook is a feature that allows functional components to use state and other React features.
Introduced in React 16.8
Used to manage state and lifecycle methods in functional components
useState, useEffect, useContext are some of the built-in hooks
Custom hooks can be created to reuse stateful logic across components
Redux Saga is a middleware library for Redux to handle side effects.
Redux Saga allows for asynchronous actions to be handled in a more organized and readable way.
It uses generator functions to make asynchronous code look synchronous.
It can handle complex side effects like API calls, websockets, and more.
It provides a way to test asynchronous code without actually running it.
It can be used with React, React Native, and
Generator function is a special type of function that can pause and resume its execution.
Generator functions use the yield keyword to pause the execution and return a value.
They can be used to generate an infinite sequence of values.
They are memory efficient as they generate values on the fly instead of storing them in an array.
Generator functions can be used with for...of loop to iterate over the generated values.
Top trending discussions
based on 1 review
Rating in categories
Software Engineer
4
salaries
| ₹4 L/yr - ₹4 L/yr |
TCS
Accenture
Wipro
Cognizant