mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
Add Tim Dorr
This commit is contained in:
parent
b8935b16e5
commit
4ddaea18d8
1 changed files with 23 additions and 0 deletions
23
src/data.js
23
src/data.js
|
|
@ -488,6 +488,29 @@ const pages = [
|
|||
'Devtools',
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'Tim Dorr',
|
||||
description: 'Founder of Spaceship and SalesLoft. Maintainer of Redux and React Router. Dad, husband, and all-around nerd.',
|
||||
url: 'https://timdorr.com/',
|
||||
twitter: '@timdorr',
|
||||
emoji: '🤘',
|
||||
country: '🇺🇸',
|
||||
computer: 'apple',
|
||||
phone: 'android',
|
||||
tags: [
|
||||
'Developer',
|
||||
'Full Stack',
|
||||
'Entrepreneur',
|
||||
'Investor',
|
||||
'JavaScript',
|
||||
'TypeScript',
|
||||
'Ruby',
|
||||
'Go',
|
||||
'Elixir',
|
||||
'Swift',
|
||||
'React',
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
export default pages;
|
||||
|
|
|
|||
Loading…
Reference in a new issue