Skip to content

Implementing a Note Application - #413

Description

@ggirton

I found the syntax in this part not explained. After the 1st curly brace It is going into javascript with notes.map, but then it goes back out when it hits the

  • list item? Not sure what's going on there, just thought I'd mention. The book is excellent so far, this is the 1st puzzling thing I hit. (Altho there were 6 deprecated packages you're using when I brought in the latest node. Well, things change :-) )

    export default () => (

      {notes.map(note =>
    • {note.task}
    • )}
    )
  • Activity

    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

    Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      No labels
      No labels

      Type

      No type

      Projects

      No projects

        Milestone

        No milestone

        Relationships

        None yet

        Development

        No branches or pull requests

        Issue actions