doc
This commit is contained in:
parent
ca8be2d274
commit
3cfc1c4705
20
readme.md
20
readme.md
@ -23,12 +23,13 @@ this frontend app:
|
|||||||
1. if ok, render items in a list. if error, render error span at the bottom of the page.
|
1. if ok, render items in a list. if error, render error span at the bottom of the page.
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<td><b>React</b></td>
|
<td><b>React</b></td>
|
||||||
<td><b>Halogen</b></td>
|
<td><b>Halogen</b></td>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tbody>
|
||||||
<td>
|
<tr>
|
||||||
|
<td>
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
export const App = () => {
|
export const App = () => {
|
||||||
@ -88,8 +89,7 @@ app = mkComponent
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tbody>
|
</tbody>
|
||||||
</tbody>
|
|
||||||
</table>
|
</table>
|
||||||
|
Loading…
Reference in New Issue
Block a user