Skip to content

Commit 0f40d89

Browse files
authored
Added NewStack article
1 parent 44be051 commit 0f40d89

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

src/pages/Resources/Articles.data.ts

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1413,12 +1413,23 @@ const articles: Array<Resource> = [
14131413
title: 'Solid Myths Debunked',
14141414
description: 'Today we will talk about some of the myths about Solid that people believe.',
14151415
author: 'Brenley Dueck',
1416-
author_url: 'https://brenelz.com',
1416+
author_url: 'https://brenelz.com/',
14171417
keywords: ['solid', 'solidstart', 'myths', 'signals'],
14181418
type: ResourceType.Article,
14191419
categories: [ResourceCategory.Educational],
14201420
published_at: 1714194000000,
14211421
},
1422+
{
1423+
link: 'https://thenewstack.io/how-js-meta-framework-solidstart-became-router-agnostic/',
1424+
title: 'How JS Meta-Framework SolidStart Became Router Agnostic',
1425+
description: 'SolidStart is a new meta-framework from the SolidJS team that doesn\'t dictate which router developers use. Ryan Carniato explains why.',
1426+
author: 'Loraine Lawson',
1427+
author_url: 'https://thenewstack.io/',
1428+
keywords: ['solid', 'solidstart', 'router', 'vinxi', 'tanstack'],
1429+
type: ResourceType.Article,
1430+
categories: [ResourceCategory.Educational],
1431+
published_at: 1721102023000,
1432+
},
14221433
];
14231434

14241435
export default articles;

0 commit comments

Comments
 (0)