Does Hot Module Replacement allow the React app to respond to changes in one of its imported module?

后端 未结 0 720
南方客
南方客 2020-12-10 07:42

The React application A uses Module X through

import {X} from \'blah\';

During the development of Module X, is it possible to see live changes on Application A

相关标签:
回答
  • 消灭零回复
提交回复
热议问题