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

refactor(app): refactor app domain #954

Merged
merged 2 commits into from
Nov 26, 2020
Merged

refactor(app): refactor app domain #954

merged 2 commits into from
Nov 26, 2020

Conversation

Oxiang
Copy link
Contributor

@Oxiang Oxiang commented Nov 24, 2020

Problem

Incomplete migration of JSX files to TSX files

Solution

  • convert jsx files to tsx files
  • convert js file to ts file
  • change redux higher order connect to redux hooks
  • assign types to function components, styles and methods
  • replace proptypes with typescript

- convert jsx files to tsx files
- convert js file to ts file
- change redux higher order connect to redux hooks
- assign types to function components, styles and methods
- replace proptypes with typescript
- change any type to store
- simplify message
@Oxiang Oxiang merged commit 98dc0b5 into develop Nov 26, 2020
@Oxiang Oxiang deleted the app-refactor branch November 26, 2020 07:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants