Skip to content

Commit 78969eb

Browse files
committed
updated blog medium article
1 parent 23c103a commit 78969eb

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

www/src/pages/components/Blogs.tsx

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const posts = [
2020
{
2121
title: 'Time-Traveling Through React State',
2222
href: 'https://rxlina.medium.com/time-traveling-through-react-state-with-reactime-9-0-371dbdc99319',
23-
category: { name: 'React', href: '#' },
23+
category: { name: 'React', href: 'https://medium.com/tag/react' },
2424
description:
2525
'Reactime is a Chrome extension and time-travel debugger for React that allows developers to record, track, and visualize state changes. Reactime leverages React’s core reconciliation... ',
2626
date: 'Oct 7, 2021',
@@ -36,21 +36,20 @@ const posts = [
3636
},
3737
},
3838
{
39-
title: 'Open Source DeBugging Tool for React',
40-
href: 'https://betterprogramming.pub/time-traveling-state-with-reactime-6-0-53fdc3ae2a20',
41-
category: { name: 'Better Programming', href: '#' },
42-
description:
43-
'State management is a crucial part of developing efficient and performant React applications. Developers know that managing state can become unmanageable as an application scales... ',
44-
date: 'Oct 21, 2020',
45-
datetime: '2020-10-21',
39+
title: 'What time is it? Reactime!',
40+
href: 'https://medium.com/@robbytiptontol/inter-route-time-travel-with-reactime-d84cd55ec73b',
41+
category: { name: 'React Devtools', href: 'https://medium.com/tag/react-devtools' },
42+
description: 'Reactime is a debugging tool that lets developers take snapshots of an application\’s state data as well as time-travel through these snapshots. The snapshots display React...',
43+
date: 'Jun 16, 2022',
44+
datetime: '2022-06-16',
4645
imageUrl:
4746
'https://images.unsplash.com/photo-1492724441997-5dc865305da7?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1679&q=80',
48-
readingTime: '11 min',
47+
readingTime: '9 min',
4948
author: {
50-
name: 'Vincent Nguyen',
51-
href: 'https://medium.com/@CSVince',
49+
name: 'Robby Tipton',
50+
href: 'https://medium.com/@robbytiptontol',
5251
imageUrl:
53-
'https://media-exp1.licdn.com/dms/image/C5603AQEsAdcE-e7kZg/profile-displayphoto-shrink_200_200/0/1604336802983?e=1676505600&v=beta&t=yK3edcZkpG4Yhvr4iavafRs1SBEQgza-4IRJncRV0X4',
52+
'https://miro.medium.com/fit/c/96/96/1*pi-RH2LRvsZA9vLZTvY2mg.jpeg',
5453
},
5554
},
5655
]

0 commit comments

Comments
 (0)