Skip to content

Use es6 backtick for multiline string #1

@vjeux

Description

@vjeux

This project is pretty cool :)

Have you considered using es6 backtrick strings in order to get multiline instead of simple quote with backslash on every end of line?

  template: `
    <b>blabla
      <span>blabla</span>
    </span>
  `

Note: If you are using jsx already you can add --harmony=true flag to enable many es6 features including backtick strings.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions