Fix some snippets, start creating scripts
This commit is contained in:
@ -47,7 +47,7 @@ ReactDOM.render(
|
||||
);
|
||||
```
|
||||
|
||||
< !--tags: input,state,class -- >
|
||||
<!-- tags: input,state,class -->
|
||||
|
||||
< !--expertise: 0 -- >
|
||||
<!-- expertise: 0 -->
|
||||
|
||||
|
||||
@ -47,3 +47,7 @@ class Ticker extends Component {
|
||||
```jsx
|
||||
ReactDOM.render(<Ticker times={5} interval={1000} />, document.getElementById('root'));
|
||||
```
|
||||
|
||||
<!-- tags: visual,state,class -->
|
||||
|
||||
<!-- expertise: 1 -->
|
||||
Reference in New Issue
Block a user