array = [ { ...object, name: "Name1, Name, Name3".split(/,\s/) } ];
<ul> {project.name.map(text => <li>{text}</li>)} </ul>