DNDavid Nguyenineplus.devModule Quiz: Project FunctionalityYou are implementing a stateful component in your React project which will display the number of people living in your town. Which of the following React hooks should be used to update the state of the component? setEffect() useEffect() setState()...Oct 5, 2024·2 min read