Skip to content

Commit

Permalink
feat: add jsparty podcast
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnaceMaes committed Jul 15, 2024
1 parent 89401d8 commit 1a21718
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions app/data/resources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,19 @@ interface RawResource {
}

export const resources: Array<RawResource> = [
{
title: 'JS Party #330: The Ember take on recent hot topics',
description: `
KBall takes another dive into recent hot topics around reactivity and build systems, this time with three members of the Ember core team. They also talk about some of the reasons why the Ember community has been so long lived, how thinking about upgradeability leads to universality, and how features first built specifically for frameworks make their way into the language specification or universal libraries.
`,
url: 'https://changelog.com/jsparty/330',
createdDate: new Date('2024-07-11'),
publishDate: new Date('2024-07-15'),
isFeatured: false,
type: ResourceType.Podcast,
tags: ['Embroider', 'Warp Drive', 'Reactivity'],
author: 'JS Party',
},
{
title: 'You did WHAT with TypeScript? Glint Architecture Overview',
description: `
Expand Down

0 comments on commit 1a21718

Please sign in to comment.