React.js – Get started in Dart #2
In Part 1 of this series, we built our Greeting component that took a name parameter and rendered this onto the screen. Here’s what the snippet for this looked like:
var Greeting = createReactClass({
"render": allowInteropCaptureThis(
(ReactCla...
creativebracket.com1 min read