0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 11, 2024 — Aug 11, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Huge refactor of the project. We have dropped `withAsyncComponents` and replaced it with `asyncBootstrapper` that is sourced from the generalised `react-async-bootstrapper` library. This gives us a greater degree of flexibility and interoperability with other libraries that have asynchronous bootstrapping needs. You are now required to manually wrap your application with an instance of the `AsyncComponentProvider`. The `Loading` component option for `createAsyncComponent` has been renamed to `LoadingComponent`. An `ErrorComponent` component option has been added to the `createAsyncComponent` helper, allowing you to render a custom error should a component resolver fail. More... over 8 years ago
Cleans up project. Removes flow. Adds prettier and eslint-prettier. 😍 More... over 8 years ago
Rips out the AsyncComponentProvider in prep for more flexibility. More... over 8 years ago
Updates to [email protected] More... over 8 years ago
Updates dependencies. More... over 8 years ago
Updates deps and fixes jest snapshots. More... over 8 years ago
Merge branch 'master' of https://github.com/ctrlplusb/react-async-component More... over 8 years ago
Adds a test to ensure an async component is only resolved once. More... over 8 years ago
Updates dependencies. Removes semi-colons. More... over 8 years ago
Merge pull request #15 from threepointone/patch-1 More... over 8 years ago
Update README.md More... over 8 years ago
Merge branch 'master' of https://github.com/ctrlplusb/react-async-component More... over 8 years ago
Preps 0.2.2 More... over 8 years ago
Fixes bug where a browser-only implementation was executing behaviour meant for server. More... over 8 years ago
Update README.md More... over 8 years ago
Updates docs. More... over 8 years ago
Fixes an issue where component identifiers were not being cycled which caused different instances of AsyncComponent to share a resolved Component. More... over 8 years ago
Updates docs. More... over 8 years ago
Updates docs. More... over 8 years ago
Preps 0.2.0 More... over 8 years ago
Updates docs. More... over 8 years ago
Updates docs. More... over 8 years ago
Updates docs. More... over 8 years ago
Updates docs to reflect latest API changes. More... over 8 years ago
Adds the capability to configure your async components to promote efficient server side rendering. Please see the docs on the `ssrMode` configuration property. This property replaces the removed `defer` configuration property. More... over 8 years ago
Fixes umount setState error. closes #4 More... over 8 years ago
Preps 0.1.2 More... over 8 years ago
Rehydration state is now removed after it is initially processed. This resolves issues with hot module reloading. More... over 8 years ago
Removes unused code. More... over 8 years ago
Updates docs. More... over 8 years ago