Add console.log FasterUse Postfix Completion to quickly add console.log.Ekaterina Ryabukhajavascripttypescriptediting2023-01-27
React, TypeScript, and TDDHow to write React applications in TypeScript using TDD, highlighting features of the IDEPaul Everitttypescriptjestreacttesting2021-10-04
Class Components With PropsMake a simple class component with a single prop, again with a TypeScript interface describing the props.Paul Everittreacttypescript2021-10-04
Class Components With StateMake a very simple class component with local counter state, then make a type definition for that state.Paul Everittreacttypescriptjest2021-10-04
Presentation and Container ComponentsFollow the React pattern of container/presentation components by refactoring the code and tests.Paul Everittreacttypescriptjest2021-10-04
Project SetupCreate a React+TypeScript project with the create-react-app scaffolding tool.Paul Everittcrajesttypescript2021-10-04
Rich Events and TestingAdd event handling to a stateful class component by first writing tests during development.Paul Everittreacttypescriptjest2021-10-04
Create New Type AliasUse a code refactoring to swiftly create a new type alias.Ekaterina Ryabukhatypescriptediting2020-08-13
Extract Type AliasLearn how to extract a type alias in your TypeScript code.Ekaterina Ryabukhatypescriptediting2020-06-03
Adding Imports AutomaticallyWebStorm helps add an import even if you're using default exports.Ekaterina Ryabukhajavascripttypescript2020-03-16
Make Fields Private or PublicUse a quick fix to quickly make a field public or private.Ekaterina Ryabukhajavascripttypescript2020-03-16
Complete Current StatementAdd curly braces and move the cursor with a single keystroke.Ekaterina Ryabukhajavascripttypescriptediting2020-03-16