DEVELOPMENT TECHNOLOGY TRENDS
Posted on April 17, 2018 by: Muriel Gonzalez, Front-End Developer
Looking for some React to play with? I have commented a handful of examples taken from React’s documentation. These examples cover the very basics of React: JSX, props, component level state, and life cycle.
Setup
I’ve embedded a JSFiddle below for you to try out the examples and see them for yourself, without any of the setup. It’s already hooked up with React, ReactDOM, and a container div to render your apps! Open it in a new window, and start writing your JavaScript on the Babel+JSX tab.