Skip to content

Instantly share code, notes, and snippets.

View mertyesin's full-sized avatar

Mustafa Mert Yeşin mertyesin

  • Berlin
  • 06:03 (UTC +02:00)
View GitHub Profile
@mertyesin
mertyesin / 0-react-hello-world.md
Created October 13, 2016 08:06 — forked from danawoodman/0-react-hello-world.md
React Hello World Examples

React "Hello World" Examples

Below are a small collection of React examples to get anyone started using React. They progress from simpler to more complex/full featured.

They will hopefully get you over the initial learning curve of the hard parts of React (JSX, props vs. state, lifecycle events, etc).

Usage

You will want to create an index.html file and copy/paste the contents of 1-base.html and then create a scripts.js file and copy/paste the contents of one of the examples into it.