Özer Y.

Results 9 comments of Özer Y.

@ljharb @littledan @chicoxyzzy final JSON output was created for stage 1. Still, things need to be improved, but let's discuss the output `json` file that [has been added to the...

In addition, you can review the JSON output [here](https://jsoneditoronline.org/#left=local.genoke&right=cloud.bd3c718b383f43a6b8d727c789419f53). It will be the final result after we are done with that PR

I want to take action on this issue. Considering the ideas from here and from other issues that is related, perhaps we can start off creating a markdown file in...

Also, the [MDN browser compat data](https://github.com/mdn/browser-compat-data/) might be a good example of how data can be stored. Holding data as a JavaScript Object might provide some benefits such as it's...

Maybe we can start with a template. It would be useful for gathering ideas about which properties of the proposal we should hold in this object. ```javascript { "import()": {...

Another thought, the readme file can be used as a "single source of truth". There is no need to be JSON or another file placed somewhere. There will always be...

If we want to start these kinds of job in CI in here, it looks like package management needs to be implemented. I am not sure it is appropriate to...

> Once the lazy loaded component is loaded, **do not detect scroll/resize event anymore.** If I understand correctly, for improving the performance there will be no calculation after the component...

@lucashfreitas Providing a placeholder content rendered by the server while the original content is progressively loading is a good example. That is why @oyeanuj suggested adding a `placeholder` prop as...