Update tags
This commit is contained in:
@ -182,7 +182,7 @@ function MappedTable({ data, propertyNames }) {
|
||||
```
|
||||
#### Notes
|
||||
|
||||
This component does not work with nested objects and will break if there are nested objects inside any of the properties specified in `propertyNames`.,<!-tags: array,object,functional -->,<!-expertise: 1 -->
|
||||
This component does not work with nested objects and will break if there are nested objects inside any of the properties specified in `propertyNames`.,<!-tags: array,object -->,<!-expertise: 1 -->
|
||||
|
||||
<details>
|
||||
<summary>Examples</summary>
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
"tags": [
|
||||
"string",
|
||||
"fragment",
|
||||
"functional"
|
||||
"regexp"
|
||||
],
|
||||
"notes": []
|
||||
},
|
||||
@ -28,7 +28,7 @@
|
||||
"visual",
|
||||
"children",
|
||||
"state",
|
||||
"class"
|
||||
"effect"
|
||||
],
|
||||
"notes": []
|
||||
},
|
||||
@ -44,8 +44,7 @@
|
||||
"tags": [
|
||||
"visual",
|
||||
"children",
|
||||
"state",
|
||||
"class"
|
||||
"state"
|
||||
],
|
||||
"notes": []
|
||||
},
|
||||
@ -59,8 +58,7 @@
|
||||
],
|
||||
"expertise": 0,
|
||||
"tags": [
|
||||
"array",
|
||||
"functional"
|
||||
"array"
|
||||
],
|
||||
"notes": []
|
||||
},
|
||||
@ -74,8 +72,7 @@
|
||||
],
|
||||
"expertise": 0,
|
||||
"tags": [
|
||||
"array",
|
||||
"functional"
|
||||
"array"
|
||||
],
|
||||
"notes": []
|
||||
},
|
||||
@ -93,7 +90,7 @@
|
||||
"visual",
|
||||
"input",
|
||||
"state",
|
||||
"class"
|
||||
"effect"
|
||||
],
|
||||
"notes": []
|
||||
},
|
||||
@ -107,8 +104,7 @@
|
||||
],
|
||||
"expertise": 0,
|
||||
"tags": [
|
||||
"input",
|
||||
"functional"
|
||||
"input"
|
||||
],
|
||||
"notes": []
|
||||
},
|
||||
@ -124,7 +120,7 @@
|
||||
"tags": [
|
||||
"input",
|
||||
"state",
|
||||
"class"
|
||||
"effect"
|
||||
],
|
||||
"notes": []
|
||||
},
|
||||
@ -138,8 +134,7 @@
|
||||
],
|
||||
"expertise": 0,
|
||||
"tags": [
|
||||
"visual",
|
||||
"functional"
|
||||
"visual"
|
||||
],
|
||||
"notes": []
|
||||
},
|
||||
@ -154,12 +149,11 @@
|
||||
"expertise": 1,
|
||||
"tags": [
|
||||
"array",
|
||||
"object",
|
||||
"functional"
|
||||
"object"
|
||||
],
|
||||
"notes": [
|
||||
"This component does not work with nested objects and will break if there are nested objects inside any of the properties specified in `propertyNames`.",
|
||||
"<!-tags: array,object,functional -->",
|
||||
"<!-tags: array,object -->",
|
||||
"<!-expertise: 1 -->"
|
||||
]
|
||||
},
|
||||
@ -174,8 +168,7 @@
|
||||
"expertise": 0,
|
||||
"tags": [
|
||||
"input",
|
||||
"state",
|
||||
"class"
|
||||
"state"
|
||||
],
|
||||
"notes": []
|
||||
},
|
||||
@ -189,8 +182,7 @@
|
||||
],
|
||||
"expertise": 0,
|
||||
"tags": [
|
||||
"input",
|
||||
"functional"
|
||||
"input"
|
||||
],
|
||||
"notes": []
|
||||
},
|
||||
@ -207,8 +199,7 @@
|
||||
"visual",
|
||||
"children",
|
||||
"input",
|
||||
"state",
|
||||
"class"
|
||||
"state"
|
||||
],
|
||||
"notes": []
|
||||
},
|
||||
@ -224,8 +215,8 @@
|
||||
"expertise": 1,
|
||||
"tags": [
|
||||
"visual",
|
||||
"children",
|
||||
"class"
|
||||
"state",
|
||||
"children"
|
||||
],
|
||||
"notes": []
|
||||
},
|
||||
@ -239,8 +230,7 @@
|
||||
],
|
||||
"expertise": 0,
|
||||
"tags": [
|
||||
"input",
|
||||
"functional"
|
||||
"input"
|
||||
],
|
||||
"notes": []
|
||||
},
|
||||
@ -255,8 +245,7 @@
|
||||
"expertise": 1,
|
||||
"tags": [
|
||||
"visual",
|
||||
"state",
|
||||
"class"
|
||||
"state"
|
||||
],
|
||||
"notes": []
|
||||
},
|
||||
@ -271,8 +260,7 @@
|
||||
"expertise": 0,
|
||||
"tags": [
|
||||
"visual",
|
||||
"state",
|
||||
"class"
|
||||
"state"
|
||||
],
|
||||
"notes": []
|
||||
},
|
||||
@ -289,8 +277,7 @@
|
||||
"tags": [
|
||||
"visual",
|
||||
"state",
|
||||
"children",
|
||||
"class"
|
||||
"children"
|
||||
],
|
||||
"notes": []
|
||||
},
|
||||
@ -307,9 +294,8 @@
|
||||
"tags": [
|
||||
"object",
|
||||
"visual",
|
||||
"children",
|
||||
"state",
|
||||
"class"
|
||||
"recursion"
|
||||
],
|
||||
"notes": []
|
||||
}
|
||||
|
||||
@ -33,6 +33,6 @@ ReactDOM.render(
|
||||
);
|
||||
```
|
||||
|
||||
<!-- tags: string,fragment,functional -->
|
||||
<!-- tags: string,fragment,regexp -->
|
||||
|
||||
<!-- expertise: 2 -->
|
||||
|
||||
@ -61,7 +61,7 @@ ReactDOM.render(
|
||||
);
|
||||
```
|
||||
|
||||
<!-- tags: visual,children,state,class -->
|
||||
<!-- tags: visual,children,state,effect -->
|
||||
|
||||
<!-- expertise: 2 -->
|
||||
|
||||
|
||||
@ -55,6 +55,6 @@ ReactDOM.render(
|
||||
);
|
||||
```
|
||||
|
||||
<!-- tags: visual,children,state,class -->
|
||||
<!-- tags: visual,children,state -->
|
||||
|
||||
<!-- expertise: 2 -->
|
||||
|
||||
@ -21,6 +21,6 @@ ReactDOM.render(<DataList data={names}/>, document.getElementById('root'));
|
||||
ReactDOM.render(<DataList data={names} isOrdered/>, document.getElementById('root'));
|
||||
```
|
||||
|
||||
<!-- tags: array,functional -->
|
||||
<!-- tags: array -->
|
||||
|
||||
<!-- expertise: 0 -->
|
||||
|
||||
@ -36,6 +36,6 @@ ReactDOM.render(
|
||||
);
|
||||
```
|
||||
|
||||
<!-- tags: array,functional -->
|
||||
<!-- tags: array -->
|
||||
|
||||
<!-- expertise: 0 -->
|
||||
|
||||
@ -101,6 +101,6 @@ function FileDrop(props) {
|
||||
ReactDOM.render(<FileDrop handleDrop={console.log}/>, document.getElementById('root'));
|
||||
```
|
||||
|
||||
<!-- tags: visual,input,state,class -->
|
||||
<!-- tags: visual,input,state,effect -->
|
||||
|
||||
<!-- expertise: 2 -->
|
||||
|
||||
@ -26,6 +26,6 @@ ReactDOM.render(
|
||||
);
|
||||
```
|
||||
|
||||
<!-- tags: input,functional -->
|
||||
<!-- tags: input -->
|
||||
|
||||
<!-- expertise: 0 -->
|
||||
|
||||
@ -41,7 +41,7 @@ ReactDOM.render(
|
||||
document.getElementById('root')
|
||||
);
|
||||
```
|
||||
<!-- tags: input,state,class -->
|
||||
<!-- tags: input,state,effect -->
|
||||
|
||||
<!-- expertise: 0 -->
|
||||
|
||||
|
||||
@ -24,6 +24,6 @@ ReactDOM.render(
|
||||
);
|
||||
```
|
||||
|
||||
<!-- tags: visual,functional -->
|
||||
<!-- tags: visual -->
|
||||
|
||||
<!-- expertise: 0 -->
|
||||
|
||||
@ -46,6 +46,6 @@ ReactDOM.render(
|
||||
#### Notes:
|
||||
* This component does not work with nested objects and will break if there are nested objects inside any of the properties specified in `propertyNames`.
|
||||
|
||||
<!-- tags: array,object,functional -->
|
||||
<!-- tags: array,object -->
|
||||
|
||||
<!-- expertise: 1 -->
|
||||
|
||||
@ -26,7 +26,7 @@ function PasswordRevealer({ value }) {
|
||||
ReactDOM.render(<PasswordRevealer />, document.getElementById('root'));
|
||||
```
|
||||
|
||||
<!--tags: input,state,class -->
|
||||
<!--tags: input,state -->
|
||||
|
||||
<!--expertise: 0 -->
|
||||
|
||||
|
||||
@ -33,6 +33,6 @@ ReactDOM.render(
|
||||
);
|
||||
```
|
||||
|
||||
<!-- tags: input,functional -->
|
||||
<!-- tags: input -->
|
||||
|
||||
<!-- expertise: 0 -->
|
||||
|
||||
@ -53,6 +53,6 @@ ReactDOM.render(<StarRating/>, document.getElementById('root'));
|
||||
ReactDOM.render(<StarRating rating={2} />, document.getElementById('root'));
|
||||
```
|
||||
|
||||
<!-- tags: visual,children,input,state,class -->
|
||||
<!-- tags: visual,children,input,state -->
|
||||
|
||||
<!-- expertise: 2 -->
|
||||
|
||||
@ -77,6 +77,6 @@ ReactDOM.render(
|
||||
|
||||
```
|
||||
|
||||
<!-- tags: visual,children,class -->
|
||||
<!-- tags: visual,state,children -->
|
||||
|
||||
<!-- expertise: 1 -->
|
||||
|
||||
@ -27,6 +27,6 @@ ReactDOM.render(
|
||||
);
|
||||
```
|
||||
|
||||
<!-- tags: input,functional -->
|
||||
<!-- tags: input -->
|
||||
|
||||
<!-- expertise: 0 -->
|
||||
|
||||
@ -40,6 +40,6 @@ function Ticker(props) {
|
||||
ReactDOM.render(<Ticker times={5} interval={1000} />, document.getElementById('root'));
|
||||
```
|
||||
|
||||
<!-- tags: visual,state,class -->
|
||||
<!-- tags: visual,state -->
|
||||
|
||||
<!-- expertise: 1 -->
|
||||
@ -33,6 +33,6 @@ function Toggle(props) {
|
||||
ReactDOM.render(<Toggle />, document.getElementById('root'));
|
||||
```
|
||||
|
||||
<!-- tags: visual,state,class -->
|
||||
<!-- tags: visual,state -->
|
||||
|
||||
<!-- expertise: 0 -->
|
||||
|
||||
@ -55,6 +55,6 @@ function Tooltip({ children, text, ...rest }) {
|
||||
);
|
||||
```
|
||||
|
||||
<!-- tags: visual,state,children,class -->
|
||||
<!-- tags: visual,state,children -->
|
||||
|
||||
<!-- expertise: 1 -->
|
||||
|
||||
@ -123,6 +123,6 @@ let data = {
|
||||
ReactDOM.render(<TreeView data={data} name='data'/>, document.getElementById("root"));
|
||||
```
|
||||
|
||||
<!-- tags: object,visual,children,state,class -->
|
||||
<!-- tags: object,visual,state,recursion -->
|
||||
|
||||
<!-- expertise: 2 -->
|
||||
|
||||
Reference in New Issue
Block a user