Skip to content
This repository was archived by the owner on Aug 8, 2020. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 565 Bytes

File metadata and controls

15 lines (10 loc) · 565 Bytes

React Components Patterns

Demo app to support the slides of the session Enhance your React Applications: Tips & Design Patterns.

This examples are intentionally simple and their purpose is only to demonstrate some components patterns, not real production apps.

Instructions

To run the application you need to have node & yarn installed in your machine.

  • Clone the repo
  • In the newly created directory run yarn to install all the dependencies
  • Run yarn start to start the application
  • Run yarn test to run the application unit tests