Skip to content

Commit 706cb5f

Browse files
committed
Add latest ReScript videos
1 parent 6ca65ce commit 706cb5f

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

data/resources.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,34 @@
11
[
2+
{
3+
"title": "Making Sense of JSX in ReScript",
4+
"description": "JSX in ReScript is not what you think. Learn how JSX really works in ReScript, how it differs from React's JSX.",
5+
"image": "https://img.youtube.com/vi/xGN3d6hPSC0/maxresdefault.jpg",
6+
"url": "https://youtu.be/xGN3d6hPSC0"
7+
},
8+
{
9+
"title": "Waku Layouts",
10+
"description": "Crafting reusable components with Waku layouts using ReScript.",
11+
"image": "https://img.youtube.com/vi/zhGUW0ThPZo/maxresdefault.jpg",
12+
"url":"https://youtu.be/zhGUW0ThPZo,"
13+
},
14+
{
15+
"title": "Waku, React Server Components and Chrome extension",
16+
"description": "Messing around with ReScript,Waku, React Server Components and Chrome extensions",
17+
"image": "https://img.youtube.com/vi/yKuPJdOZVB0/maxresdefault.jpg",
18+
"url": "https://youtu.be/yKuPJdOZVB0"
19+
},
20+
{
21+
"title": "More ReScript and Kaplay",
22+
"description": "ReScript bindings for KAPLAY to npm",
23+
"image": "https://img.youtube.com/vi/xxBPtmtvBTc/maxresdefault.jpg",
24+
"url": "https://youtu.be/xxBPtmtvBTc"
25+
},
26+
{
27+
"title": "Building a game with ReScript & KAPLAY",
28+
"description": "Creating a simple snake game using ReScript and KAPLAY!",
29+
"image": "https://img.youtube.com/vi/zUyrHXB_ImE/maxresdefault.jpg",
30+
"url": "https://youtu.be/zUyrHXB_ImE"
31+
},
232
{
333
"title": "JavaScript schema library from the Future 🧬",
434
"description": "ReScript Schema - The fastest parser in the entire JavaScript ecosystem with a focus on small bundle...",

0 commit comments

Comments
 (0)