> git clone https://github.com/jwill9999/react_redux_book_store.git
> cd into folder react_redux_book_store
> npm install
> npm start
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.
React
Redux
Actions
Reducers
props
mapStateToProps
mapDispatchToProps
connect
bindActionCreators