Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 491 Bytes

phase2.md

File metadata and controls

29 lines (24 loc) · 491 Bytes

Phase 2: Flux Architecture, React views

React Components

  • Index
  • PoemListItem
  • Poem
    • StanzaForm
  • Archive
    • PoemListItem
  • ArchivePoem
  • PoemForm

Rails Views

  • _poem.json.jbuilder

Stores

  • Poem

Actions

  • .receiveAllPoems
  • .receiveOnePoem
  • .createPoem
  • .createStanza

ApiUtil

  • .fetchAllPoems(status) (include all associated stanzas; argument indicates completion status)
  • .fetchOnePoem (include all associated Stanzas)
  • .createPoem
  • .createStanza