doc
This commit is contained in:
parent
20bd95ef56
commit
2104344351
@ -27,7 +27,7 @@ This 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.
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>React (click to expand)</summary>
|
<summary><b>React (click to expand)</b></summary>
|
||||||
|
|
||||||
```typescript
|
```typescript
|
||||||
type Item = {id: string, title: string, description: string}
|
type Item = {id: string, title: string, description: string}
|
||||||
@ -63,7 +63,7 @@ export const App: () => React.Node = () => {
|
|||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>Purescript Halogen (click to expand)</summary>
|
<summary><b>Purescript Halogen (click to expand)</b></summary>
|
||||||
|
|
||||||
```haskell
|
```haskell
|
||||||
type Item = { id :: String, title :: String, description :: String }
|
type Item = { id :: String, title :: String, description :: String }
|
||||||
|
Loading…
Reference in New Issue
Block a user