React Imported Component Versions Save

✂️📦Bundler-independent solution for SSR-friendly code-splitting

v6.5.0

2 years ago

Bug Fixes

  • allow configuration for ignored folders (4fc6519)
  • correct global tracker mutation (4ee1c64)
  • document undefined behavior when importing two locations (8b84df1)
  • imports within comments are no longer discoverable (b47dea0)
  • readme typo (732ea29)

v6.4.0

3 years ago

Bug Fixes

  • allow hot reloading for server cases (8144a9f)
  • allow suspense hydration (d200d5e)

😉 fan fact - Async splitting was broken since 16.10 :) please use LazyBoundary to keep your applications properly hydrated

Features

v6.3.11

3 years ago

Bug Fixes

  • replace detect-node by detect-node-es (15047a2)

v6.3.13

3 years ago

Bug Fixes

  • expose short typescript helpers for useImported (ef7da10)
  • function overloading shadows the original implementation (d4c6cd2)

v6.3.5

3 years ago

Cumulative update since 6.3.0

Bug Fixes

  • better cleaning for function signatures (ae37c4c)
  • memoize useImported result object (f03bb69)
  • multiline imports are not working (ab2da95)
  • useImported should detect replacement of loadable (301992d)
  • terser changes files; add webpack/terser sgnature cleanup; fixes #166 (5a851d2)

Features

  • allow import control via configuration file (61a68a1)

v6.1.0

4 years ago
  • react-imported-component/macro for all CRA/babel-plugin-macros users
  • addPreloader for complex loading situations

v6.0.2

4 years ago
  • new useImported hook to import anything
  • new /boot endpoint
  • webpack and parcel integration
  • refined used-styles to support critical CSS extraction
  • and brand new readme

5.0.0

5 years ago

Fixes

  • stop passing all-the-props to the final component. Lets pass only ones, provided by a user (breaking change).
  • fix sync SSR issue, #30
  • fix scanImports (reason unknown, #29)

#Features

  • forwardRef (if supported by target system)

4.6.1

5 years ago

Bug fixes

  • TypeScript definitions

Features

  • FlowType definitions

4.6.0

5 years ago

Features

  • Add async mode to power ⬆️up React 16 suspense.