/
githubmirror
/
hyper
Обзор
Документация
Войти
/
githubmirror
/
hyper
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
3.0.2
lib/terms.js
9 строк
271 B
Guillermo Rauch
Add perf optimizations (#1541)
23 фев 2017, 14:10
23 фев 2017, 14:10
dc3b900
Код
Авторство
О чём код?
// react Term components add themselves // to this object upon mounting / unmounting // this is to allow imperative access to the // term API, which is a performance // optimization for the most common action // within the system const terms = {}; export default terms;