|
Software/React/Code
React: Split String in Render HTML
|
23.02.2021 12
|
Divide a text by zeichen into individual words with React in the render()
function
The HTML elements from the s plit(character) are also created at the same time with the following map(word=>html)
function
|