React recently introduced an experimental profiler API. This page gives instructions on how to use this API in a production release of your app.
Table of Contents
React recently introduced an experimental profiler API. This page gives instructions on how to use this API in a production release of your app.
Table of Contents
| import React from "react"; | |
| import TodoForm from "./TodoForm"; | |
| import Todo from "./Todo"; | |
| /* | |
| TodoMVC | |
| 1. add todo | |
| 2. display todos | |
| 3. cross off todo | |
| 4. show number of active todos |