Week-6 @ 100xdevs cohort : React Hooks and other intricacies
Completed week-6 of 100xdevs cohort, which covered details about react returns, re-renders and the importance of keys in react components for optimized re renders.
Reacts hooks like useState() and useEffet() were practiced and additionally learnt about useMemo(), useCallback() and useRefrs() and their usecasse for an apps optimal performance.We also learnt about writing custom hooks in react.