/React-Hook

React Hook Concept

Primary LanguageJavaScript

Description

This repo contains working examples and presentation slides discussed in the article ["React hooks: a new way of working with React state"](

Running The App

To run the app, follow these steps.

  1. Ensure that NodeJS is installed. This provides the platform on which the build tooling runs.
  2. From the project folder, execute the following command:
npm install
  1. To run the app with the examples:
npm run start
  1. Browse to http://localhost:3000 to see the app.