Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Team productivity++ with conventions and CLIs

Team productivity++ with conventions and CLIs

How many times have you created a component file manually in a React project? It’s a lot of repetitive busy work. Perhaps your team uses a feature-based folder structure, so you need to create a folder, index, and style file. More work. Don’t forget to add a test!

We’ll look at how to reduce this repetitive work by leveraging a CLI to generate files in a predictable, yet customizable way. Watch your team’s productivity skyrocket by embracing a cornerstone of developer happiness — automation.

Chris Ball

April 03, 2018
Tweet

More Decks by Chris Ball

Other Decks in Programming

Transcript

  1. Chris Ball cball_ If you want to work with: React


    React Native
 GraphQL
 Node / Elixir / Rails Say
  2. Team productivity++ Code Review “Can you add a test?” “Actually,

    this is the old way. Check out <file>” … etc
  3. Team productivity++ ~12 clicks, min 5 keystrokes per file x

    3 different files = At least 45 seconds per component