8000 [feature request] Spread children · Issue #47 · alexmingoia/jsx-transform · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
[feature request] Spread children #47
Open
@coolreader18

Description

@coolreader18

In facebook/jsx#57, the JSX spec was updated to allow for spreading children, basically turning

(
  <div>
    {...children}
  </div>
)

into

factory('div', null, ...children)

This is a useful syntax, and it'd be great if it could be added to this transformer.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0