Skip to content

blevz/learn-react

 
 

Repository files navigation

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:https://localhost:8080

Type checking

flow check

Static Type checking is (partially) implemented with Flow.

Tests

Travis

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

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.4%
  • CSS 31.7%
  • HTML 8.9%