@@ -1375,6 +1375,28 @@ const articles: Array<Resource> = [
13751375 categories : [ ResourceCategory . Educational ] ,
13761376 published_at : 1712256242000 ,
13771377 } ,
1378+ {
1379+ link : 'https://www.brenelz.com/posts/optimistic-ui-with-solid-start/' ,
1380+ title : 'Optimistic UI With SolidStart' ,
1381+ description : 'Optimistic ui essentially means showing the happy path state quickly without needing a network request to finish.' ,
1382+ author : 'Brenley Dueck' ,
1383+ author_url : 'https://brenelz.com' ,
1384+ keywords : [ 'solid' , 'solidstart' , 'optimistic' ] ,
1385+ type : ResourceType . Article ,
1386+ categories : [ ResourceCategory . Educational ] ,
1387+ published_at : 1712984400000 ,
1388+ } ,
1389+ {
1390+ link : 'https://www.brenelz.com/posts/how-solid-made-me-a-better-react-developer/' ,
1391+ title : 'How Solid Made Me A Better React Developer' ,
1392+ description : 'I’ve recently been reflecting on Solid and its impact on me as a developer.' ,
1393+ author : 'Brenley Dueck' ,
1394+ author_url : 'https://brenelz.com' ,
1395+ keywords : [ 'solid' , 'solidstart' , 'react' , 'developer' ] ,
1396+ type : ResourceType . Article ,
1397+ categories : [ ResourceCategory . Educational ] ,
1398+ published_at : 1713675600000 ,
1399+ } ,
13781400 {
13791401 link : 'https://vladislav-lipatov.medium.com/i18n-for-solid-start-apps-c6a2d93e6f38' ,
13801402 title : 'I18N for solid-start apps' ,
@@ -1386,6 +1408,17 @@ const articles: Array<Resource> = [
13861408 categories : [ ResourceCategory . Educational ] ,
13871409 published_at : 1714070065000 ,
13881410 } ,
1411+ {
1412+ link : 'https://www.brenelz.com/posts/solid-myths-debunked/' ,
1413+ title : 'Solid Myths Debunked' ,
1414+ description : 'Today we will talk about some of the myths about Solid that people believe.' ,
1415+ author : 'Brenley Dueck' ,
1416+ author_url : 'https://brenelz.com' ,
1417+ keywords : [ 'solid' , 'solidstart' , 'myths' , 'signals' ] ,
1418+ type : ResourceType . Article ,
1419+ categories : [ ResourceCategory . Educational ] ,
1420+ published_at : 1714194000000 ,
1421+ } ,
13891422] ;
13901423
13911424export default articles ;
0 commit comments