Skip to content

negarineh/redux_sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This app is a sample for implementing redux by react. Also it includes a implemented from scratch.

Configuration

  • First you should change the url that you are fetching data from it in src\_services\use.service.js

  • The structure of json that this app receives is { _id: 1 name: Emma }

Installing dependencies

  • npm install

Running App

  • npm start

Build Status