reactjs limiter le texte afficher 20 200 caractères

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