AD
Home
LMS
Experiments
Thoughts
Work
What is special about React.js?
React is an open-source JavaScript library used for building user interfaces. Developed and maintained by Meta.
6/15/2024
What is a Component in React?
6/15/2024
Explain React hooks.
6/15/2024
How to create a custom hook in React?
6/15/2024
What is a Higher Order Component (HOC)?
6/15/2024
How can we setup a React project with scss?
6/15/2024
Can we replace the lifecycle methods present in class based components into functional components? For eg. componentDidMount(), componentDidUpdate(), shouldComponentUpdate() & componentWillUnmount()
6/15/2024
Why is state management important in React?
6/15/2024
What is Jest & Enzyme?
6/15/2024
How to add Service Worker in a React project?