You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
* #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
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.
The text was updated successfully, but these errors were encountered: