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

Display posts on client #15

Open
cainwatson opened this issue May 24, 2019 · 0 comments
Open

Display posts on client #15

cainwatson opened this issue May 24, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@cainwatson
Copy link
Member

cainwatson commented May 24, 2019

  • send GET /api/posts using axios
  • set posts on <App /> state
  • create <Posts /> & <Post /> components
    • pass posts to <Posts posts={posts} />
    • loop over posts and create <Post /> for each post
    • display post title, image, and text on every <Post />
@cainwatson cainwatson created this issue from a note in Example Big App (Backlog) May 24, 2019
@cainwatson cainwatson added the enhancement New feature or request label May 24, 2019
@cainwatson cainwatson changed the title Display posts on client side Display posts on client May 24, 2019
@cainwatson cainwatson moved this from Backlog to Sprint in Example Big App May 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Example Big App
  
Sprint
Development

No branches or pull requests

1 participant