ReactJS ogranicza wyświetlacz tekstu 20 200 znaków

<div>
  {`${text.substring(0, MAX_LENGTH)}...`}<a href="#">Read more</a>
</div>
Dayanaohhnana