One of popular new features of react is hooks, which let you use states and other react features within state less components, as a result you will have a cleaner and relatively more reusable code. one of react’s built in hooks is useEffect() which replaces component life cycle methods into one function. but useEffect runs […]
March 23, 2019