Reactjs – What is the alternative of componentDidMount in a functional component
I have a RN app that has a home screen with different chats. When the user taps on a chat, it's messages are loaded from the local db and displayed. Like Whatsapp does, I want to preload messages and scroll…