Skip to content

Instantly share code, notes, and snippets.

@danprince
Last active February 4, 2016 10:20
Show Gist options
  • Save danprince/76fe60d457a862ab798b to your computer and use it in GitHub Desktop.
Save danprince/76fe60d457a862ab798b to your computer and use it in GitHub Desktop.
React Exercises

React Examples

A continuously updating clock component that shows the time and date.

React Exercises

A series of hands on exercises to help beginners learn to use React.

Start with an existing application and extend one of the components by adding more props.

Learn how and why you might want to pass functions as props.

Building components out of other components.

Learn how to write Javascript inside your components.

Learn how to write long hand React components.

Use long hand components to specify default props.

Use state to make components that react to updates.

Learn about the quirks of using state within React.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment