38elements
38elements
I think that it is better that Preact 11 stops support IE11 and Edge which is not based Chromium. Preact X will continue to support these brower.
> Regarding Edge: Admittedly we never had any bigger problems with it if I recall correctly. It may be unimportant thing, there is #2331.
Since most browsers support Brotli, I think it may be better to focus size compressed by Brotli, not gzip at Preact 11. https://caniuse.com/#feat=brotli
How about trying to use `preact-redux`? https://github.com/developit/preact-redux
How about trying to use `preact/compat`?
@developit Thank you for reply.
@developit I understood that hamburger menu is substitute of items on top bar. Therefore, I thought there is no problem in the current state. > edit also I just realized...
I am sorry. If it is necessary, this reopenes for continuation of #499. If this issue is unnecessary, would you close this issue.
I will send pull request.
@developit I executed the following code to extract the execution part of the function and the reference part of the property of the object. ```js const fs = require('fs') const...