We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49d6bf7 commit afa6d9aCopy full SHA for afa6d9a
docs/01-getting-started.md
@@ -1 +1,3 @@
1
-# Hello world
+# Getting Started
2
+
3
website/src/pages/repl/index.js
@@ -8,8 +8,8 @@ import * as uriUtils from './utils/uriUtils';
8
9
const STARTING_CODE = {
10
code: `type ButtonPropType = {
11
- /* This is*/
12
- label: string
+ /* Handler to be called on click of the button*/
+ onClick: () => void
13
}
14
class Button extends React.Component<ButtonPropType>{
15
}`,
0 commit comments