For react this is the one-liner to go to the last of an element ::
useEffect(() => { if (scrollableEleRef.current) { scrollableEleRef.current.scrollTop = scrollableEleRef.current.scrollHeight ; } }, [messages]);