mirror of
https://github.com/yewstack/yew.git
synced 2026-01-18 16:16:48 +00:00
* add tutorial * Apply suggestions from code review Co-authored-by: Luke Chu <37006668+lukechu10@users.noreply.github.com> * changes from review Co-authored-by: Luke Chu <37006668+lukechu10@users.noreply.github.com>
27 lines
611 B
JSON
27 lines
611 B
JSON
[
|
|
{
|
|
"id": 1,
|
|
"title": "Building and breaking things",
|
|
"speaker": "John Doe",
|
|
"url": "https://youtu.be/PsaFVLr8t4E"
|
|
},
|
|
{
|
|
"id": 2,
|
|
"title": "Building and breaking things",
|
|
"speaker": "Jane Smith",
|
|
"url": "https://youtu.be/PsaFVLr8t4E"
|
|
},
|
|
{
|
|
"id": 3,
|
|
"title": "The development process",
|
|
"speaker": "Matt Miller",
|
|
"url": "https://youtu.be/PsaFVLr8t4E"
|
|
},
|
|
{
|
|
"id": 4,
|
|
"title": "The Web 7.0",
|
|
"speaker": "Tom Jerry",
|
|
"url": "https://youtu.be/PsaFVLr8t4E"
|
|
}
|
|
]
|