Reeto Chatterjee

Results 6 issues of Reeto Chatterjee

I'm a big fan of partial hydration. But, I think the JS bundles can be made smaller. Right now, the code for all children of partially rendered components has to...

Currently `withHydrate` detects when it is used on the child element of a hydrated parent and errors. Instead of this, I think it might be better to do nothing (just...

Is it possible to add an environment variable to customise the error symbol? I have my own fork for basically just this reason. The desired behaviour would be that when...

Some attributes are incorrectly marked as taking a `string`, whereas they should take `boolean` values. As a concrete example, `HtmlScriptTag.defer` should take a `boolean` argument, rather than a `string` argument.

Hyper logs debug errors for every HTTP request made to a server backed by a Unix Socket. ## Example output ``` 2023-02-03T03:44:08.141436Z DEBUG hyper::proto::h1::conn: error shutting down IO: Socket is...

Not an issue, but a possibly useful transformer that might be nice to have. I've been playing around with haumea and whilst trying to debug some dependencies had the idea...