79685206

Date: 2025-06-30 19:16:19
Score: 1
Natty:
Report link

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]);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: bye_shuvo