Learning ReactJS

Frederic G. MARAND 0b36012b83 Remove debugging helpers. 8 năm trước cách đây
public 0b36012b83 Remove debugging helpers. 8 năm trước cách đây
.editorconfig 6f1481419b First step: copy files from official repo, configure ESLint. 8 năm trước cách đây
.eslintrc.js a7b6e49cb6 Listing 13: fetching data from API. 8 năm trước cách đây
.gitignore 2e72dee5ba Listing 20: adding comments - submit to server. 8 năm trước cách đây
LICENSE 6f1481419b First step: copy files from official repo, configure ESLint. 8 năm trước cách đây
README.md 24c3f635c8 Step 2: static version: Initial version = empty table. 8 năm trước cách đây
package.json 6413347196 Step 2: static version - Added search bar. 8 năm trước cách đây

README.md

react-intro : Thinking in ReactJS

This is the React Thinking React JSON example from the Thiking in React tutorial.

Installing

Run some server like python -m SimpleHTTPServer

And visit http://vm:3000/ assuming you host is called vm.