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

Get selected item the Redux store and display author's profile #10

Open
JLBoor opened this issue Jul 23, 2018 · 0 comments
Open

Get selected item the Redux store and display author's profile #10

JLBoor opened this issue Jul 23, 2018 · 0 comments

Comments

@JLBoor
Copy link
Contributor

JLBoor commented Jul 23, 2018

This story is all about setting up a Redux store. Follow documentation here https://github.com/reduxjs/react-redux

Once set up, get the selected item from the Redux store (you can create a mock store for now, the real implementation will be delivered by the team 2) and display the author's details on the page.

@JLBoor JLBoor changed the title Get first item from list, and load author's profile Get selected item the Redux store and display author's profile Jul 23, 2018
Gar-N added a commit to chetna-pannu/hnpwa-react that referenced this issue Jul 30, 2018
Gar-N pushed a commit to chetna-pannu/hnpwa-react that referenced this issue Jul 30, 2018
JLBoor pushed a commit that referenced this issue Jul 31, 2018
* #6 - Added user profile component with stubbed state

* #6 - Refactor to use props in user profile component

* Add first hacky attempt at a search component

* PA/BK Update search terms on submit and disable submit button when input field is empty

* PA/BK Ignore IntelliJ folder and package-lock.json

* implement-redux-for-search: hooked up a store of some sort but not sure if this is actually working as expected; will look into writing tests to verify in meantime

* #10 create store for user profile with initial state (first cut)

* [BK] fixed App.test, added a basic Search.test

* #10 fix test

* #7 wire up first cut of action for avatar

* #7 Update state when user clicks make cat

* Adding Search component (#9)

* Add first hacky attempt at a search component

* PA/BK Update search terms on submit and disable submit button when input field is empty

* PA/BK Ignore IntelliJ folder and package-lock.json

* Added Search component to index.js

* Fixed tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant