1. How do React hooks WorksHooks are a fundamentally simpler way to encapsulate stateful behavior and side effects in user interfaces. They were first introduced in…Nov 5, 2020Nov 5, 2020
1. How Virtual-DOM and diffing works in ReactReact follows the observable pattern and listens for state changes. When the state of a component changes, React updates the virtual DOM…Nov 4, 2020Nov 4, 2020