📄️ Introduction
In this chapter, we will build a todo list application using Vite. We begin by reviewing topics that we have already covered, then extend this application in the following chapter where we willintroduce third-party React components.
📄️ Todolist Example
Create Todolist project
📄️ Split components
Let's refactor the todolist example application by breaking it into multiple components.
📄️ Performance
Profiler