Sunday, August 30, 2015

TIS-100

TIS-100 is an open-ended programming game by Zachtronics, the creators of SpaceChem and Infinifactory, in which you rewrite corrupted code segments to repair the TIS-100 and unlock its secrets. It’s the assembly language programming game you never asked for!

react-strict-prop-types

A higher order component that raises an error if a component is used with an unknown property. A property is considered unknown when it is not defined in the component propTypes declaration.

Wednesday, August 26, 2015

Cosmos

Cosmos scans your project for React component fixtures and loads them inside ComponentPlayground, enabling you to:


  1. Render your components under any combination of props and state
  2. See component states evolve in real-time as you interact with running instances