react-imported-component

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

MIT License

Stars
655
Committers
16
react-imported-component - Latest Release

Published by theKashey about 3 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)
react-imported-component - Suspense Ready

Published by theKashey over 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

react-imported-component -

Published by theKashey about 4 years ago

Bug Fixes

  • replace detect-node by detect-node-es (15047a2)
react-imported-component -

Published by theKashey about 4 years ago

Bug Fixes

  • expose short typescript helpers for useImported (ef7da10)
  • function overloading shadows the original implementation (d4c6cd2)
react-imported-component - Configure it!

Published by theKashey over 4 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)
react-imported-component - Macro version

Published by theKashey about 5 years ago

  • react-imported-component/macro for all CRA/babel-plugin-macros users
  • addPreloader for complex loading situations
react-imported-component - Just in time!

Published by theKashey about 5 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
react-imported-component - 5.0.0

Published by theKashey about 6 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)
react-imported-component - 4.6.1

Published by theKashey over 6 years ago

Bug fixes

  • TypeScript definitions

Features

  • FlowType definitions
react-imported-component - 4.6.0

Published by theKashey over 6 years ago

Features

  • Add async mode to power ⬆️up React 16 suspense.
react-imported-component - v4.5.0 Async server rendering

Published by theKashey over 6 years ago

Features

  • new component - ImportedStream to make async server side rendering possible. #11
react-imported-component - React 16.3

Published by theKashey over 6 years ago

Features

  • React 16.3 support
  • Better TypeScript support

Fixes

  • SSR with webpack 4 production mode
  • Forced chunks precache
react-imported-component - First bundler independed loader

Published by theKashey over 6 years ago

Features

  • No more marks
  • Full-cream "wave-less" SSR
  • No API change.

Change

  • React-hot-loader was removed from a bundle, as long RHL v4 should work out of the box.
react-imported-component - React-imported-component

Published by theKashey almost 7 years ago

For a while react-hot-component-loaders was a handy, but absolutely unknown library.
This version brings rebranding and first-class SSR support without any babel or webpack magic.

Package Rankings
Top 6.7% on Proxy.golang.org
Related Projects