A quick start to React in 4 steps (Part I)

added by JavaScript Kicks
4/10/2015 5:21:48 PM

897 Views

React is one of those tools that one might think works with magic. By itself, can manipulate the DOM to apply changes using smart rendering, which means it knows which part of your HTML document needs to be updated, and refresh that part only. Magic, right?


0 comments