rwilcox / odyssey

Rails, React, and deployment patterns
0 stars 0 forks source link

React component that lists stories for a project #20

Open rwilcox opened 7 years ago

rwilcox commented 7 years ago

Create a React component that lists Stories for a Project. This ultimately needs to use some kind of Redux data store, but first create some stories manually then get the API response. Use that API response so you have an idea about what kind of field names you'll get back.

Use that Material UI Table component as an inner component you pass some data into