evgomes / notes-redux

Sample React + Redux application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React + Redux Example

Sample project created with intent of showing how to use the Redux to handle state management in React applications.

This is the same application that I have built here using the Context API, but here I use Redux as the state management solution.

Application running

How to test

First, you have to install Node.js in its latest stable version (LTS).

If you have Node installed, open the project directory and run the following commands, in sequence:

npm install
node run start

Then navigate to http://localhost:3000/ to see the project running.

About

Sample React + Redux application.


Languages

Language:JavaScript 80.8%Language:CSS 15.9%Language:HTML 3.3%