DEV Community

Cover image for Creating a Todo List App in React using Typescript
Nick Scialli (he/him)
Nick Scialli (he/him)

Posted on

26 5

Creating a Todo List App in React using Typescript

This post is mostly a vessel for a video tutorial series I assembled to create a Todo List app in React with Typescript!

Part 1: Bootstrap and Initial Components

To start, we bootstrap an application with create-react-app, being sure to use the typescript flag. We get our app up and running with some basic TodoListItems that aren't quite dynamic--yet!

Part 2: Add Dynamic Behavior

Next, we add dynamic functionality to our TodoListItems components and add a TodoList container.

Part 3: Extend Functionality to Be Able to Add Items

Finally, we create an AddTodoForm that allows users to add new items to our todo list.

Cheers!

Sentry blog image

How I fixed 20 seconds of lag for every user in just 20 minutes.

Our AI agent was running 10-20 seconds slower than it should, impacting both our own developers and our early adopters. See how I used Sentry Profiling to fix it in record time.

Read more

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay