crtxdmp.

A collection of ideas, snippets and other things.


React hotreload doesn't work with typescript alias

https://github.com/facebook/create-react-app/issues/9904

File: ./src/index.tsx
if (module.hot) {
  module.hot.accept();
}

, , — Aug 18, 2021