Skip to content

Commit

Permalink
Merge pull request #106 from Devessier/add-talk-what-is-xstate
Browse files Browse the repository at this point in the history
feat: add what is xstate talk
  • Loading branch information
Devessier authored Apr 23, 2023
2 parents a92078f + 25dd99f commit f8472b5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/routes/talks/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@
import TalksPostsList from '$lib/TalksPostsList.svelte';
const talks: TalkPreview[] = [
{
title: 'What is XState?',
description:
'What XState is and how we can use it to improve the code of front-end applications.',
datetime: '2023-01-25T17:00:00Z',
tags: ['XState'],
link: 'https://youtu.be/uX-3RnsOzSc'
},
{
title: 'Temporal + XState',
description:
Expand Down

0 comments on commit f8472b5

Please sign in to comment.