Tag · 3 articles
#typescript
Articles
Part Two: Using Typescript with Redux
Part two of using TypeScript with React: adding Redux. How to type actions, reducers, and connected components without fighting the compiler.
React Typescript Javascript
→
Generic Type Arguments in JSX Elements
How to use TypeScript 2.9's generic type arguments in JSX to build React components that extend their props while staying fully type-safe.
React Typescript Javascript
→
Part One: Using Typescript with React
Part one of a series on TypeScript with React. Build a typed counter, and cover props, state, and the setup pitfalls that trip people up.
React Typescript Javascript
→