This is an attempt to make Facebook's react library more usable from CoffeeScript without escaping into JSX or painfully contorting syntax. Here's what I have so far.
: -> @div -> @text "Hello" @span @propsname component = name: "World"element = componentbuildElement