atom / etch

Builds components using a simple and explicit API around virtual-dom
MIT License
555 stars 57 forks source link

Fix the example for Handling Events #49

Closed GlenCFL closed 7 years ago

GlenCFL commented 7 years ago

I ran into an issue with Handling Events example in the README. JSX seems to want to parse a template when the example is surrounded by only one pair of curly brackets, with two seeming to function as intended.

nathansobo commented 7 years ago

Thanks!