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

[4pt] Display missions - Lists render #15

Closed
ZeenatLawal opened this issue Oct 4, 2021 · 0 comments · Fixed by #32
Closed

[4pt] Display missions - Lists render #15

ZeenatLawal opened this issue Oct 4, 2021 · 0 comments · Fixed by #32
Assignees

Comments

@ZeenatLawal
Copy link
Owner

  • Use useSelector() Redux Hook to select the state slices and render lists of missions in corresponding routes. i.e.:
// get rockets data from the store
const rockets = useSelector(state => state.rockets);
  • You can style the whole application "by hand" or you could use React Bootstrap, a UI library that could speed up the process. This is a popular library and working with its components would be good practice.
  • Render a table with the missions' data (as per design).
@ZeenatLawal ZeenatLawal self-assigned this Oct 4, 2021
@ZeenatLawal ZeenatLawal linked a pull request Oct 5, 2021 that will close this issue
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 a pull request may close this issue.

1 participant