How to Append and Prepend element in react js like jquery :Today, In this tutorial we will see how to Append and Prepend element in react like Jquery. In react we are performing append and prepend operation by maintaining simple Array. push() - append content in array. unshift() - prepend content in array.