jwill9999 / react_redux_book_store

React Redux simple example Amazon like Book Store

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Redux simple example Amazon like Book Store


> git clone https://github.com/jwill9999/react_redux_book_store.git
> cd into folder react_redux_book_store
> npm install
> npm start

Project view

A project showing a simple react redux application. We have a list of books and the ability to choose and display one to the customer. Each book is then displayed as a child element. This is example is focused on the use of react redux and doesnt use an external database.

Key Features

React

Redux

Actions

Reducers

props

mapStateToProps

mapDispatchToProps

connect

bindActionCreators

Links

React Docs

Props

Handing React Events

Redux Docs

React Redux docs

Action Creators

Reducers

Redux Store

mapDispatchToProps Video eggheads.io

About

React Redux simple example Amazon like Book Store

License:MIT License


Languages

Language:JavaScript 89.4%Language:HTML 5.9%Language:CSS 4.8%