Add console.log Faster (tip)Use Postfix Completion to quickly add console.log.Ekaterina Ryabukhajavascripttypescriptediting2020-03-16
Adding Imports Automatically (tip)WebStorm helps add an import even if you're using default exports.Ekaterina Ryabukhajavascripttypescript2020-03-16
Class Components With Props (part of tutorial)Make a simple class component with a single prop, again with a TypeScript interface describing the props.Paul Everittreacttypescript2021-10-04
Class Components With State (part of tutorial)Make a very simple class component with local counter state, then make a type definition for that state.Paul Everittreacttypescriptjest2021-10-04
Complete Current Statement (tip)Add curly braces and move the cursor with a single keystroke.Ekaterina Ryabukhajavascripttypescriptediting2020-03-16
Create New Type Alias (tip)Use a code refactoring to swiftly create a new type alias.Ekaterina Ryabukhatypescriptediting2020-08-13
Extract Type Alias (tip)Learn how to extract a type alias in your TypeScript code.Ekaterina Ryabukhatypescriptediting2020-06-03
Make Fields Private or Public (tip)Use a quick fix to quickly make a field public or private.Ekaterina Ryabukhajavascripttypescript2020-03-16
Presentation and Container Components (part of tutorial)Follow the React pattern of container/presentation components by refactoring the code and tests.Paul Everittreacttypescriptjest2021-10-04
Project Setup (part of tutorial)Create a React+TypeScript project with the create-react-app scaffolding tool.Paul Everittcrajesttypescript2021-10-04
React, TypeScript, and TDD (tutorial)How to write React applications in TypeScript using TDD, highlighting features of the IDEPaul Everitttypescriptjestreacttesting2021-10-04
Rich Events and Testing (part of tutorial)Add event handling to a stateful class component by first writing tests during development.Paul Everittreacttypescriptjest2021-10-04