mirror of
https://github.com/bobwen-dev/react-templates
synced 2025-04-12 00:56:39 +02:00
8 lines
180 B
Plaintext
8 lines
180 B
Plaintext
var <%= name %> = React.createClass({
|
|
getInitialState: function () {
|
|
return {
|
|
items: ['One', 'Two', 'Three']
|
|
};
|
|
},
|
|
render: <%= name %>RT
|
|
}); |