Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 731 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 731 Bytes

Car Franchise - React + Redux + Typescript

Fully typed example of using React-Redux with Typescript.

Use the connect HOC by stongly typing your mapStateToProps and mapDispatchToProps

Create container components which are redux-store aware and keep your component the way it is, without knowing who is sending them the data

| Steps

  • Clone the repo locally
  • yarn
  • yarn start
  • click them butttons

Alt Text

| References