Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add latest ReScript videos
  • Loading branch information
nojaf committed Sep 3, 2025
commit 706cb5fc62389a1945bf9f7f33646c327e801fc5
30 changes: 30 additions & 0 deletions data/resources.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,34 @@
[
{
"title": "Making Sense of JSX in ReScript",
"description": "JSX in ReScript is not what you think. Learn how JSX really works in ReScript, how it differs from React's JSX.",
"image": "https://img.youtube.com/vi/xGN3d6hPSC0/maxresdefault.jpg",
"url": "https://youtu.be/xGN3d6hPSC0"
},
{
"title": "Waku Layouts",
"description": "Crafting reusable components with Waku layouts using ReScript.",
"image": "https://img.youtube.com/vi/zhGUW0ThPZo/maxresdefault.jpg",
"url":"https://youtu.be/zhGUW0ThPZo,"
},
{
"title": "Waku, React Server Components and Chrome extension",
"description": "Messing around with ReScript,Waku, React Server Components and Chrome extensions",
"image": "https://img.youtube.com/vi/yKuPJdOZVB0/maxresdefault.jpg",
"url": "https://youtu.be/yKuPJdOZVB0"
},
{
"title": "More ReScript and Kaplay",
"description": "ReScript bindings for KAPLAY to npm",
"image": "https://img.youtube.com/vi/xxBPtmtvBTc/maxresdefault.jpg",
"url": "https://youtu.be/xxBPtmtvBTc"
},
{
"title": "Building a game with ReScript & KAPLAY",
"description": "Creating a simple snake game using ReScript and KAPLAY!",
"image": "https://img.youtube.com/vi/zUyrHXB_ImE/maxresdefault.jpg",
"url": "https://youtu.be/zUyrHXB_ImE"
},
{
"title": "JavaScript schema library from the Future 🧬",
"description": "ReScript Schema - The fastest parser in the entire JavaScript ecosystem with a focus on small bundle...",
Expand Down
Loading