/react-todo-ts

Primary LanguageTypeScript

my-react-ts

Screen shots

Screen Shot 2019-03-23 at 2 37 51 PM

Screen Shot 2019-03-23 at 2 38 34 PM

Start the application

yarn install && yarn start

libraries

`yarn add react-redux redux-thunk resux-saga`
`yarn add react-router-dom redux-devtools-extension`
`yarn add semantic-ui-react semantic-ui-css`
`yarn add @types/react-router-dom`
`yarn add @types/react-redux`
`yarn add @types/redux-thunk`
`yarn add redux @types/redux`
`yarn add axios`

enable console.log

# Add following code to tslint.json, then restart the app
  "rules": {
    "no-console": false //Disable for typescript
  },
  "jsRules": {
    "no-console": false //Disable for javascript
  }

Resources

https://blog.usejournal.com/using-react-with-redux-and-typescript-c7ec48c211f6

https://github.com/piotrwitek/react-redux-typescript-guide

https://github.com/Nemak121/react-redux-todo-ts
https://www.youtube.com/watch?v=jXu4H8qeFSk