Skip to content

Commit

Permalink
Merge pull request solidjs#541 from brenelz/brenelz-articles
Browse files Browse the repository at this point in the history
Add brenelz april articles
  • Loading branch information
davedbase authored Jun 7, 2024
2 parents 0379a08 + f04117a commit 2eafa14
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions src/pages/Resources/Articles.data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1375,6 +1375,28 @@ const articles: Array<Resource> = [
categories: [ResourceCategory.Educational],
published_at: 1712256242000,
},
{
link: 'https://www.brenelz.com/posts/optimistic-ui-with-solid-start/',
title: 'Optimistic UI With SolidStart',
description: 'Optimistic ui essentially means showing the happy path state quickly without needing a network request to finish.',
author: 'Brenley Dueck',
author_url: 'https://brenelz.com',
keywords: ['solid', 'solidstart', 'optimistic'],
type: ResourceType.Article,
categories: [ResourceCategory.Educational],
published_at: 1712984400000,
},
{
link: 'https://www.brenelz.com/posts/how-solid-made-me-a-better-react-developer/',
title: 'How Solid Made Me A Better React Developer',
description: 'I’ve recently been reflecting on Solid and its impact on me as a developer.',
author: 'Brenley Dueck',
author_url: 'https://brenelz.com',
keywords: ['solid', 'solidstart', 'react', 'developer'],
type: ResourceType.Article,
categories: [ResourceCategory.Educational],
published_at: 1713675600000,
},
{
link: 'https://vladislav-lipatov.medium.com/i18n-for-solid-start-apps-c6a2d93e6f38',
title: 'I18N for solid-start apps',
Expand All @@ -1386,6 +1408,17 @@ const articles: Array<Resource> = [
categories: [ResourceCategory.Educational],
published_at: 1714070065000,
},
{
link: 'https://www.brenelz.com/posts/solid-myths-debunked/',
title: 'Solid Myths Debunked',
description: 'Today we will talk about some of the myths about Solid that people believe.',
author: 'Brenley Dueck',
author_url: 'https://brenelz.com',
keywords: ['solid', 'solidstart', 'myths', 'signals'],
type: ResourceType.Article,
categories: [ResourceCategory.Educational],
published_at: 1714194000000,
},
];

export default articles;

0 comments on commit 2eafa14

Please sign in to comment.