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
| # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. | |
| # yarn lockfile v1 | |
| "@apollo/protobufjs@^1.0.3": | |
| version "1.0.5" | |
| resolved "https://registry.yarnpkg.com/@apollo/protobufjs/-/protobufjs-1.0.5.tgz#a78b726147efc0795e74c8cb8a11aafc6e02f773" | |
| integrity sha512-ZtyaBH1icCgqwIGb3zrtopV2D5Q8yxibkJzlaViM08eOhTQc7rACdYu0pfORFfhllvdMZ3aq69vifYHszY4gNA== | |
| dependencies: | |
| "@protobufjs/aspromise" "^1.1.2" |
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 |