openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
R
react-async-component
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Aug 11, 2024 — Aug 11, 2025
Showing page 3 of 4
Search / Filter on:
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.
Sean Matheson
More...
over 8 years ago
Cleans up project. Removes flow. Adds prettier and eslint-prettier. 😍
Sean Matheson
More...
over 8 years ago
Rips out the AsyncComponentProvider in prep for more flexibility.
Sean Matheson
More...
over 8 years ago
Updates to
[email protected]
Sean Matheson
More...
over 8 years ago
Updates dependencies.
Sean Matheson
More...
over 8 years ago
Updates deps and fixes jest snapshots.
Sean Matheson
More...
over 8 years ago
Merge branch 'master' of https://github.com/ctrlplusb/react-async-component
Sean Matheson
More...
over 8 years ago
Adds a test to ensure an async component is only resolved once.
Sean Matheson
More...
over 8 years ago
Updates dependencies. Removes semi-colons.
Sean Matheson
More...
over 8 years ago
Merge pull request #15 from threepointone/patch-1
Sean Matheson
More...
over 8 years ago
Update README.md
Sunil Pai
More...
over 8 years ago
Merge branch 'master' of https://github.com/ctrlplusb/react-async-component
Sean Matheson
More...
over 8 years ago
Preps 0.2.2
Sean Matheson
More...
over 8 years ago
Fixes bug where a browser-only implementation was executing behaviour meant for server.
Sean Matheson
More...
over 8 years ago
Update README.md
Sean Matheson
More...
over 8 years ago
Updates docs.
Sean Matheson
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.
Sean Matheson
More...
over 8 years ago
Updates docs.
Sean Matheson
More...
over 8 years ago
Updates docs.
Sean Matheson
More...
over 8 years ago
Preps 0.2.0
Sean Matheson
More...
over 8 years ago
Updates docs.
Sean Matheson
More...
over 8 years ago
Updates docs.
Sean Matheson
More...
over 8 years ago
Updates docs.
Sean Matheson
More...
over 8 years ago
Updates docs to reflect latest API changes.
Sean Matheson
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.
Sean Matheson
More...
over 8 years ago
Fixes umount setState error. closes #4
Sean Matheson
More...
over 8 years ago
Preps 0.1.2
Sean Matheson
More...
over 8 years ago
Rehydration state is now removed after it is initially processed. This resolves issues with hot module reloading.
Sean Matheson
More...
over 8 years ago
Removes unused code.
Sean Matheson
More...
over 8 years ago
Updates docs.
Sean Matheson
More...
over 8 years ago
←
1
2
3
4
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree