react-loosely-lazy icon indicating copy to clipboard operation
react-loosely-lazy copied to clipboard

Use advanced React async components patterns today

Results 32 react-loosely-lazy issues
Sort by recently updated
recently updated
newest added

The current documentation website uses [docsify](https://docsify.js.org/), which is sufficient for the time being. However, the website is at its limits, where several non-trivial bugs and layout issues exist with the...

documentation

`init` and `getAssetUrls` should be callable from a pure js environment, without requiring window/document/... We should add a couple of integration tests to ensure that.

enhancement

#### original issue https://github.com/facebook/react/issues/16938 #### test which explains everything https://github.com/facebook/react/pull/16945/files#diff-ab371863932cd2e8f0ba14ff2eaab380R687 --- Mostly for your information. The last React version which will work out of the box with the provided examples...

enhancement

If an import is done like so ```js const myImport = () => import('./my-component'); const MyComponent = lazyForPaint(myImport); ``` The babel plugin will currently not function as intended. Unsure if...

question

When a bundle is "inlined", for example when an SVG import should result in an SVG string, the `@react-loosely-lazy/parcel-reporter-manifest` fails because it expects `referencedBundles` to all have a filePath. There...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...

Moving the scheduler access inside the component. It is assumed that this would not be used in a non-browser environment.

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...

As part of PR #85 the `@parcel/plugin` dependency was set to `^2.0.0-rc.0` for `parcel-transformer` but not `parcel-reporter-manifest`. There is no need for it to be pinned to `2.0.0-rc.0` - this...