robbestad / learn-react

Examples and modules that shows you how to use React

Home Page:http://learnreact.robbestad.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ATTENTION

I consider the code in this repo okayish for 2014-era React, but I now consider it completely deprecated.

Please visit this repo instead: https://github.com/svenanders/minimal-react

Learn React

This repo is a learning tool for React. Each single module is meant to show or highlight a feature or thing you can do with React. Fork and add modules if you want to showcase something.

Check it out online

Web site

Install

$ npm install
$ npm run dev 
open http://localhost:8080

Type checking

flow check

Static Type checking is (partially) implemented with Flow.

Tests

Travis

https://travis-ci.org/svenanders/learn-react

Build Status

Local testing

npm test

Testing is done with Jest. It uses a preprocessor that strips Flow type annotations and a test helper that mocks react-router.

Tech

Built on an application architecture for React

About

Examples and modules that shows you how to use React

http://learnreact.robbestad.com


Languages

Language:JavaScript 59.5%Language:CSS 31.5%Language:HTML 9.0%Language:Makefile 0.0%Language:Groff 0.0%