Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 2.89 KB

techStack.md

File metadata and controls

51 lines (39 loc) · 2.89 KB

ZDEV's technology

Tech Stack

Experience

  • We've put 20+ React / React Native / Redux / Node applications into production
  • We've built tools to start best practice React Native codebases quickly
  • We have common components we reuse between projects - for example our credit card checkout component

Code Quality

  • Our senior developers review all our code using Pull Requests on Github / Bitbucket / Gitlab
  • We Lint all our code to check for common mistakes
  • We auto-format our code with Prettier for consistency
  • Circle CI builds our code and checks the lint & prettier rules
  • All our codebases run the lint and auto-format our code before committing

Automatic deployment

  • Circle CI automatically deploys the code once a build is successful
  • We deploy websites using Firebase website deployments
  • Server code / Docker containers are deployed using Now and Heroku

Take a look at some code we're proud of

We've built a site using React, Redux & Node to demonstrate how we build things

The source code is available for you to browse

What else do you do?