Skip to content

"Introducing JSX" is missing a step #794

@gaearon

Description

@gaearon

Between first and second example, we're missing a simpler step where we just show something like

var name = 'Josh Perez';
var hello = <h1>Hello, {name}</h1>

Otherwise the gap between the first and the second example is too large, and people fall off.

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