-
Notifications
You must be signed in to change notification settings - Fork 22
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: STEP 2 mapStateToProps HOC to hook useSelector to get state (Developer) #1325
Labels
feature
New feature or request
front-end
Relates to front end issues
marketplace
Relates to the Marketplace
Milestone
Comments
nphivu414
added
feature
New feature or request
marketplace
Relates to the Marketplace
front-end
Relates to front end issues
labels
May 25, 2020
nphivu414
added a commit
that referenced
this issue
May 25, 2020
nphivu414
added a commit
that referenced
this issue
May 25, 2020
7 tasks
nphivu414
added a commit
that referenced
this issue
May 25, 2020
nphivu414
added a commit
that referenced
this issue
May 26, 2020
nphivu414
added a commit
that referenced
this issue
May 26, 2020
nphivu414
added a commit
that referenced
this issue
May 26, 2020
nphivu414
added a commit
that referenced
this issue
May 26, 2020
nphivu414
added a commit
that referenced
this issue
May 27, 2020
14 tasks
nphivu414
added a commit
that referenced
this issue
May 27, 2020
nphivu414
added a commit
that referenced
this issue
May 27, 2020
duong-se
pushed a commit
that referenced
this issue
May 27, 2020
nphivu414
added a commit
that referenced
this issue
May 28, 2020
nphivu414
added a commit
that referenced
this issue
May 28, 2020
nphivu414
added a commit
that referenced
this issue
May 28, 2020
nphivu414
added a commit
that referenced
this issue
May 28, 2020
14 tasks
nphivu414
added a commit
that referenced
this issue
May 29, 2020
nphivu414
pushed a commit
that referenced
this issue
Jun 19, 2020
14 tasks
duong-se
pushed a commit
that referenced
this issue
Jun 19, 2020
14 tasks
nphivu414
pushed a commit
that referenced
this issue
Jun 22, 2020
14 tasks
nphivu414
pushed a commit
that referenced
this issue
Jun 22, 2020
nphivu414
pushed a commit
that referenced
this issue
Jun 22, 2020
14 tasks
nphivu414
pushed a commit
that referenced
this issue
Jun 23, 2020
nphivu414
pushed a commit
that referenced
this issue
Jun 23, 2020
nphivu414
pushed a commit
that referenced
this issue
Jun 23, 2020
nphivu414
pushed a commit
that referenced
this issue
Jun 23, 2020
nphivu414
pushed a commit
that referenced
this issue
Jun 23, 2020
nphivu414
pushed a commit
that referenced
this issue
Jun 23, 2020
nphivu414
pushed a commit
that referenced
this issue
Jun 23, 2020
nphivu414
pushed a commit
that referenced
this issue
Jun 23, 2020
nphivu414
pushed a commit
that referenced
this issue
Jun 23, 2020
nphivu414
pushed a commit
that referenced
this issue
Jun 23, 2020
14 tasks
nphivu414
pushed a commit
that referenced
this issue
Jun 23, 2020
nphivu414
pushed a commit
that referenced
this issue
Jun 23, 2020
14 tasks
nphivu414
pushed a commit
that referenced
this issue
Jun 23, 2020
nphivu414
pushed a commit
that referenced
this issue
Jun 23, 2020
nphivu414
pushed a commit
that referenced
this issue
Jun 24, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
feature
New feature or request
front-end
Relates to front end issues
marketplace
Relates to the Marketplace
Background context or User story:
Specification or Acceptance Criteria:.
mapStateToProps
to useuseSelector
hookscore/__mocks__/store.ts
core/__mocks__/store.ts
for mock store like thisWe'll input selector to
/src/selector/
folder and we'll have 3 filesdeveloper.ts
,client.ts
andadmin.ts
. We'll put the selector which use for a developer to developer file ...We'll name it as select<> in the redux state tree.
Suggested solution:
core/__mocks__/store.ts
The text was updated successfully, but these errors were encountered: