Reactjs – Should I use React.createElement to return multiple children from a Component?
I have a component that receives a raw text and some extended information. It enhances the text with this information and returns an array of text snippets and enhanced Components. Initially, I created a function to do the transformation and…