docs: add Create React App as a user (#1050)

This commit is contained in:
Yangshun Tay 2018-10-19 22:58:34 -07:00 committed by GitHub
parent 8cf9afe4ac
commit e02e0a9b92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View file

@ -63,6 +63,13 @@ module.exports = [
fbOpenSource: false,
pinned: false,
},
{
caption: 'Create React App',
image: '/img/users/react.svg',
infoLink: 'https://facebook.github.io/create-react-app/',
fbOpenSource: true,
pinned: true,
},
{
caption: 'Dep',
image: '/img/users/golang-dep.svg',