₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,331,129 members, 8,448,820 topics. Date: Monday, 20 July 2026 at 09:15 PM

Toggle theme

Append Or Prepend HTML Using Reactjs - Programming - Nairaland

Nairaland ForumScience/TechnologyProgrammingAppend Or Prepend HTML Using Reactjs (1337 Views)

1 Reply

Append Or Prepend HTML Using Reactjs by skptricks(op): 9:31am On Jun 18, 2018
[url="https://www.skptricks.com/2018/06/append-or-prepend-html-using-reactjs.html"]Append Or Prepend HTML Using ReactJS[/url]


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.
react Append or prepend to an element

Append element in react by using below function :
Appending content in array by using push function and with the help of state we are render the content in browser.
appendData() {
this.displayData.push(<div id="display-data"><pre>{this.state.postVal}</pre></div>wink;
this.setState({
showdata : this.displayData,
postVal : ""
});
}

Prepend element in react by using below function :
Prepending content in array by using unshift function and with the help of state we are render the content in browser.
prependData() {
this.displayData.unshift(<div id="display-data"><pre>{this.state.postVal}</pre></div>wink;
this.setState({
showdata : this.displayData,
postVal : ""
});
}

ReactJs Append and Prepend Element Example
Lets see the below source code, which help you to build more understanding to create append and prepend example using reactjs.

read more : https://www.skptricks.com/2018/06/append-or-prepend-html-using-reactjs.html


https://www.youtube.com/watch?v=bHtZCeWOcr4
1 Reply

See What I Turned Nairaland To With Reactjs And PHP (pictures)How To Display Uploaded Image In Html Using JavascriptOne On One Tutorial for JavaScripts, reactjs and nodejs- Lagos Only234

Share How You Develop/get App Ideas?How To Hire Remote DevelopersWhere Can I Get Telegram Group Scraper Cracked