Skip to content

eclecticelation/thinking-in-react

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thinking in React

A workshopper module for learning React, based on thinking in react.

It will hopefully help you get started with React and help you to get a good workflow from the get-go.

Install

$ npm install -g thinking-in-react

Usage

Just run

$ thinking-in-react

to play.

Changelog

v3.0.0

  • Bumped jsdom to v7

Bumping jsdom introduces a breaking change (major release) since the new version no longer supports node 0.x. If you see build issues with contextify then make sure to upgrade to node 4+ and things should work. If you don't want to upgrade node feel free to install thinking-in-react@2.0.0 😄

v2.0.0

  • Added support for JSX and ES2015 via Babel - thanks @ThibWeb
  • Updated to React v0.14

v1.0.0

  • Using process.cwd() instead of process.env.PWD - improves Windows support
  • Also did a non-semver release to get to a proper semver starting point

v0.1.0

  • Introduced blessed UI guide for step 1
  • Improved HINTs
  • Introduced state bingo!
  • Introduced thinking-in-react server to test your solution in the browser!

About

Thinking in React workshopper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.6%
  • HTML 0.4%