Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,149,946 members, 7,806,740 topics. Date: Tuesday, 23 April 2024 at 10:17 PM

Append Or Prepend HTML Using Reactjs - Programming - Nairaland

Nairaland Forum / Science/Technology / Programming / Append Or Prepend HTML Using Reactjs (1207 Views)

Reactjs Challenge - Fun Edition / How To Display Uploaded Image In Html Using Javascript / One On One Tutorial for JavaScripts, reactjs and nodejs- Lagos Only (2) (3) (4)

(1) (Reply)

Append Or Prepend HTML Using Reactjs by skptricks: 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)

Study Abroad In The Russian Federation / Learn Google Golang & Web Programming For Free / Sketchware Help!

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 13
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.