Skip to content

Instantly share code, notes, and snippets.

@dustinlacewell-wk
Created April 15, 2018 20:23
Show Gist options
  • Save dustinlacewell-wk/704428d4d9861669f3f47d671d225d2a to your computer and use it in GitHub Desktop.
Save dustinlacewell-wk/704428d4d9861669f3f47d671d225d2a to your computer and use it in GitHub Desktop.

Stack

NPM

https://www.npmjs.com/

We use this for package management.

Yarn

https://yarnpkg.com/en/

We use this to actually manage NPM packages.

TypeScript

https://www.typescriptlang.org/

This is our main implementation language.

React

https://reactjs.org/

We use this for virtualizing the DOM.

Redux

https://redux.js.org/

We use this for our Flux-based application state.

Ant

https://ant.design/

We use this as the front-end framework.

GraphQL

https://graphql.org/

We use this for formalized remote data retrieval.

Apollo

https://www.apollographql.com

We use this as our GraphQL client.

Prisma

https://www.prisma.io/

This hooks GraphQL into MySQL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment