Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DRAFT]: Docs for usage with typescript #3201

Merged
merged 38 commits into from Jan 10, 2019
Merged

[DRAFT]: Docs for usage with typescript #3201

merged 38 commits into from Jan 10, 2019

Commits on Nov 10, 2018

  1. Add typescript page under advanced

    Hersh committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    3430641 View commit details
    Browse the repository at this point in the history
  2. Add introduction

    Hersh committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    da479b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    272adb0 View commit details
    Browse the repository at this point in the history
  4. Add type checking state section

    Hersh committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    3149950 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4d04378 View commit details
    Browse the repository at this point in the history
  6. Add type checking reducers section

    Hersh committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    738c57f View commit details
    Browse the repository at this point in the history
  7. Add note in outline section

    Hersh committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    f0ddf58 View commit details
    Browse the repository at this point in the history
  8. Add notes & considerations section

    Hersh committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    6dec000 View commit details
    Browse the repository at this point in the history
  9. Update notes & considerations section

    Hersh committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    b3e3b73 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d1c16c2 View commit details
    Browse the repository at this point in the history
  11. Remove "I" in all interface naming

    Hersh Varshnei committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    2a88b4f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ae201cf View commit details
    Browse the repository at this point in the history
  13. Update action creators to use hoisted functions

    Hersh Varshnei committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    6c03c7c View commit details
    Browse the repository at this point in the history
  14. Update system and chat reducers to use hoisted functions

    Hersh Varshnei committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    27f15c0 View commit details
    Browse the repository at this point in the history
  15. Remove explicit reducer type in root reducer

    Hersh Varshnei committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    31d7706 View commit details
    Browse the repository at this point in the history
  16. Remove IAppState section

    Hersh Varshnei committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    2edc413 View commit details
    Browse the repository at this point in the history
  17. Add note to using union types when necessary for actions

    Hersh Varshnei committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    9a367ef View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    40b176d View commit details
    Browse the repository at this point in the history
  19. Fix spelling & grammar

    Hersh Varshnei committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    8276fb0 View commit details
    Browse the repository at this point in the history
  20. Prettier formatting

    Hersh Varshnei committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    d70fef8 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2018

  1. Update reducers to explicitly indicate return type

    Hersh Varshnei committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    7cd93db View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2018

  1. Update second statement in type checking state

    Co-Authored-By: HershVar <hersh.varshnei@gmail.com>
    markerikson and HershVar committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    68ffdf3 View commit details
    Browse the repository at this point in the history
  2. Update type checking root reducer description

    Co-Authored-By: HershVar <hersh.varshnei@gmail.com>
    markerikson and HershVar committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    4e20e24 View commit details
    Browse the repository at this point in the history
  3. Reword type checking state description

    Hersh Varshnei committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    cc60a0c View commit details
    Browse the repository at this point in the history
  4. Add verbose example for typing action creators

    Hersh Varshnei committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    ed1534f View commit details
    Browse the repository at this point in the history
  5. Provide more insight in type checking reducers

    Hersh Varshnei committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    2885481 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d5f632d View commit details
    Browse the repository at this point in the history
  7. Fix wording

    Hersh Varshnei committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    4b73d53 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2018

  1. Add section: usage with react-redux

    Hersh Varshnei committed Nov 18, 2018
    Configuration menu
    Copy the full SHA
    9d5aacc View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2018

  1. Fix spelling for type checking actions & action creators section

    Co-Authored-By: HershVar <hersh.varshnei@gmail.com>
    markerikson and HershVar committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    0a9498b View commit details
    Browse the repository at this point in the history
  2. Combine DELETE_MESSAGE action in app demo and documentation

    Hersh Varshnei committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    aca5fdf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f66eca3 View commit details
    Browse the repository at this point in the history
  4. Rename "react-redux" to "React Redux"

    Hersh Varshnei committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    830b736 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2018

  1. Add section on usage with redux thunk

    Hersh Varshnei committed Nov 23, 2018
    Configuration menu
    Copy the full SHA
    4ce7188 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2018

  1. Update actions to follow FSA

    Hersh Varshnei committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    c46dfb0 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2018

  1. Update implementation of redux thunk's usage with typescript

    Hersh Varshnei committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    a216c97 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2019

  1. Remove usage of enums

    Hersh Varhnei committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    b793afa View commit details
    Browse the repository at this point in the history
  2. Update branch from upstream

    Hersh Varhnei committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    d930250 View commit details
    Browse the repository at this point in the history