Back to speakers
Josh Goldberg

Josh Goldberg

Open Source Developer

Bio

Josh Goldberg is a frontend developer from New York with a passion for open source, static analysis, and the web. He is the author of O’Reilly’s Learning TypeScript and a full time open source maintainer who contributes regularly to TypeScript and open source projects in its ecosystem, such as typescript-eslint and TypeStat. His past work includes spearheading Codecademy’s usage of TypeScript and helping create its Learn TypeScript course, and architecting rich client applications at Microsoft. His projects range from static analysis to meta-languages to re-creating retro games in the browser. Also cats.

Social Media

Setting Up ESLint and TypeScript for React

Static analysis -tools that analyze your code without running it- are a powerful way to level yourself up as a developer. But, there are a lot of them, and it can be confusing figuring out which tooling to enable. This talk will walk you through the “why” and “how” for the ESLint and TypeScript settings that will best serve you in a React application.