react-hot-loader

Tweak React components in real time. (Deprecated: use Fast Refresh instead.)

MIT License

Downloads
2.7M
Stars
12.3K
Committers
242

Bot releases are hidden (Show)

react-hot-loader - 🔥-rc for 17-rc Latest Release

Published by theKashey about 4 years ago

Bug Fixes

  • tailUpdate might be blocked by a PureComponent (#1448) (e44103a)
  • provide "hot fallback" when module.hot is not truthy (#1451) (ec3447f)

Features

react-hot-loader -

Published by theKashey over 4 years ago

Bug Fixes

react-hot-loader -

Published by theKashey almost 5 years ago

Bug Fixes

  • (regression) hook order change is causing React error, fixes #1393 (6707b4b)
  • production babel plugin might perform eager replacement, fixes #1388 (b94adb3)
react-hot-loader -

Published by theKashey almost 5 years ago

Bug Fixes

  • move @types/react from to peer dependencies, fixes #1391 (5ab2cab)
react-hot-loader -

Published by theKashey almost 5 years ago

Bug Fixes

  • dont write to elementType if it is not defined, fixes #1357 (1072303)
  • explain why RHL could not be activated, fixes #1362 (9561d66)
  • more @types/react to dependencies, fixes #1359 (af42c1a)
  • use logger.warn instead of console to report tail update, fixes #1386 (fbc890a)
react-hot-loader -

Published by theKashey about 5 years ago

Bug Fixes

  • autodetect underupdated state and trigger an automatic update, fixes #1342 (33c54f5)
  • resolve all components to their last versions, #1342 (62bc67e)
react-hot-loader - 16.10

Published by theKashey about 5 years ago

Bug Fixes

react-hot-loader -

Published by theKashey about 5 years ago

Bug Fixes

  • error overlay should not be injected into the first instance, fixes #1337 (c019663)
  • return null for null types, fixes #1324 (08d7ed1)
  • run hot in batched mode, fixes #1332 (e801daf)
react-hot-loader -

Published by theKashey about 5 years ago

Bug Fixes

  • error overlay could fail by itself (da50985)
  • resolve undefined types to undefined, fixes #1324 (73eeb4e)
  • speedup levenshtein comparison, fixes #1087 (b81dcb0)
react-hot-loader - React 16.9

Published by theKashey about 5 years ago

Features

  • React 16.9 support, 1320 by @Bnaya

Bug Fixes

  • add noRegister option to webpack, #1315 (e562375)
  • remove circular deps from hot-loader (2cb544d)
react-hot-loader -

Published by theKashey about 5 years ago

Bug Fixes

  • append react-hot-dom patch note to the ProxyFacade, fixes #1311 (81bbb6a)
  • use void IIFE for webpack plugin, fixes #1309 (6089822)
react-hot-loader -

Published by theKashey about 5 years ago

Bug Fixes

  • ☠️forcely update Context Provider, fixes useContext ☠️ #1207 (897a68d)
react-hot-loader -

Published by theKashey about 5 years ago

Bug Fixes

  • script error on IE11 due to lack of Object.entries (6672b26)
react-hot-loader -

Published by theKashey over 5 years ago

Bug Fixes

  • do not update hooks while updating hooks, fixes #1294 (afa8ed4)
react-hot-loader -

Published by theKashey over 5 years ago

Bug Fixes

  • false negative comparisons with react-hot-dom enabled, fixes #1299 (a1c5c31)
  • reload hooks when hook body changes (4795456)
react-hot-loader - Quick fixes

Published by theKashey over 5 years ago

Bug Fixes

react-hot-loader -

Published by theKashey over 5 years ago

Bug Fixes

  • babel plugin should use only external hooks, fixes #1285 (c435eaa)
  • make type comparison stronger (1b9f2da)
  • prevent different typeof of components to be merged (357249c)
  • regression of registered type comparison, fixes #1284 (49851be)
  • [babel][prod] separate default and root 'hot' detection, fixes #1283 (c6d29c9)
react-hot-loader - To memo or not to memo?

Published by theKashey over 5 years ago

Bug Fixes

react-hot-loader - No more custom react renderer

Published by theKashey over 5 years ago

Features

  • disable hot replacement render if react-dom is patched, see #1274 (b93eb1d)
react-hot-loader - Fix for Babel 7

Published by theKashey over 5 years ago

Bug Fixes

  • babel-plugin is not compatible with commonjs module output if babel 7 is used #1268.