Mohsen Azimi

Results 93 comments of Mohsen Azimi
trafficstars

I'm curious to hear your perspective on this because you have a lot of experience with advanced generics

Main difference is this component doesn't require a compile time via babel or anything similar. All those competitors are solving the problem with a similar approach. Once react support async...

Just updated the example repo with React 16 and it seems to be working https://github.com/mohsen1/universal-async-component-example/pull/2 Can you make sure you are **not** compiling `import()`s with Babel or TypeScript? Webpack must...

Can we at least have JavaScript like multi-line with a `\` at end of each line? ``` css background-image: radial-gradient($color, $color $thickness/2, transparent $thickness/2),\ radial-gradient($color, $color $thickness/2, transparent $thickness/2) ```

I looked at this but it's a lot more work that I expected. I resolved the merge conflict anyways. @aendrew please merge my PR to your fork so if someone...

I think you're overlooking how big some of those tRPC deployments are out there. For better adoption it would be ideal to have the path of least resistant to the...

The opt-in approach sounds good to me but I also wish there was a way of opting in everything at once. I do want to use the API, not just...

I missed that fact about `output`. It does makes sense Thank you for this great library. Looking into deplying it for my project.

@jerrydotlam I'm assuming you left client side implementation to us. Here is a simple one: ```js hotClient.subscribe(function (event) { if (event.action === 'reload') { console.log('reload event') window.location.reload() } else if...

Funny I can't capture it in the screenshot. But opening the homepage in Safari will show you that the triangle has a border that overlays the title