Pranesh Ravi

Results 6 issues of Pranesh Ravi

Thanks for the great plugin. I'm using offline-plugin for a react app. It's an **isomorphic app**. My problem is, all my network calls are served from the serviceworker. Let me...

When a `async` component is marked as `boundary`, it's getting rendered in server as expected. But, the client is also requests the same chunk once the app is mounted in...

Try introducing the windowing technique to handle large DOM nodes.

help wanted
feature request

Thanks for the super cool library. Just wondering, is it possible to request the original image only if the image is present in the current viewport. This feature will save...

The entire project is based on `yarn`. Recently, `yarn.lock` file has been removed without which the project cannot be build. Please revert https://github.com/indix/formland/commit/f261e946f8b362542a107f0b38fbc72ba94ece44

Remove empty values like `"", undefined, null` from the onChange payload. Example: ```json { "key1": "test", "key2: "", } ``` Remove the key `key2` as its value is empty. It...

enhancement