Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 889 Bytes

File metadata and controls

19 lines (13 loc) · 889 Bytes

React: Making Impossible Views Impossible

Slack

An opinionated approach on how to make impossible views impossible with React's local state. It follows the central idea that (State) => View. Thank you A. Sharif for the inspiration.

Related Material for Inspiration

Installation

  • git clone git@github.com:rwieruch/react-making-impossible-views-impossible.git
  • cd react-making-impossible-views-impossible
  • npm install
  • npm start
  • visit http://localhost:3000