/
githubmr
/
facebook-react
Обзор
Документация
Войти
/
githubmr
/
facebook-react
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
status
fixtures/tracing/test.html
21 строка
760 B
Brian Vaughn
Interaction tracking ref-counting bug fixes (WIP) (#13590)
25 сен 2018, 19:27
Не верифицирован
25 сен 2018, 19:27
13965b4
Код
Авторство
О чём код?
<!DOCTYPE html> <html style="width: 100%; height: 100%;"> <head> <meta charset="utf-8"> <title>Test tracing UMD</title> <style> body { font-family: sans-serif; } </style> </head> <body> <div id="root"></div> <!-- Load the tracing API before react to test that it's lazily evaluated --> <script src="../../build/node_modules/scheduler/umd/scheduler.development.js"></script> <script src="../../build/node_modules/scheduler/umd/scheduler-tracing.development.js"></script> <script src="../../build/node_modules/react/umd/react.development.js"></script> <script src="../../build/node_modules/react-dom/umd/react-dom.development.js"></script> <script src="./test.js"></script> </body> </html>