TypeScript with Enact
Introduction
This tutorial demonstrates how to use Enact with TypeScript. In this tutorial, we will create a reusable counter component. We’re going to break down the app into four parts. They are:
- App Setup
- TypeScript Overview
- Adding a New Component
- Updating the Component Using TypeScript with Enact
Next: App Setup