/talk-what-is-react

Slides from my Talk at HannoverJS in July 2016

Primary LanguageJavaScriptMIT LicenseMIT

What is React?

Slides from my Talk at HannoverJS in July 2016

Show me the Slides!

Running the Slides locally

$ git clone https://github.com/timche/what-is-react.git
$ cd what-is-react
$ npm install
$ npm start

Running the Example

$ cd example
$ npm install
$ npm start