Matt Morgan
Matt Morgan
Won't do this. Will do path-based heuristic for SSR.
Sounds good. Could you put up a PR for this?
This would be a good idea but the priority seems low at this point. If this occurs for more folks, we can re-prioritize. We may try to get this done...
This is invalid.
You can build a css file using whatever tool you'd like and then reference the css file with the helmet plugin: https://fusionjs.com/docs/recipes/styling#3rd-party-stylesheets.
In my initial PR, I had supported this use-case. In fact, you could pass as many children as you'd like simply as arguments of an element: ``` js h('div', h('h1',...
Here's the needed code changes to enable this: https://github.com/mlmorg/react-hyperscript/compare/dev/children-arguments
@Raynos "reads cleaner" is subjective. Some folks think the closing brackets are harder to read.
I think this should be two libraries: `http-statsd` and `express-statsd`. `http-statsd` can follow @Raynos' interface while `express-statsd` can build upon it and allow you to do something like: ``` server.get('/',...
What's the point of only logging the content within the first `/`'s?