Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rohan-deshpande/react-loosely-lazy-component
https://github.com/rohan-deshpande/react-loosely-lazy-component
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rohan-deshpande/react-loosely-lazy-component
- Owner: rohan-deshpande
- Created: 2020-05-12T04:48:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T05:44:28.000Z (about 2 years ago)
- Last Synced: 2024-11-05T18:19:42.605Z (2 months ago)
- Language: JavaScript
- Size: 2.13 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Loosely Lazy Component
A simple [`react-loosely-lazy`](https://github.com/atlassian-labs/react-loosely-lazy) component that is consumed by [`react-loosely-lazy-app`](https://github.com/rohan-deshpande/react-loosely-lazy-app). This asserts that consuming components that use `react-loosely-lazy` internally is supported at both runtime and build time.
One caveat here is that, due to https://github.com/webpack/webpack/issues/2933, webpack currently cannot bundle this component in a way that enables runtime support in a consuming app. To achieve this, we are simply transpiling the source code for the component with babel.