Add Tim Dorr

This commit is contained in:
Tim Dorr 2020-01-08 10:39:40 -05:00 committed by GitHub
parent b8935b16e5
commit 4ddaea18d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;