Truong Hoang Dung

Results 80 comments of Truong Hoang Dung

@shuding I tried with this, one concern is, i have to check if `router` is defined first, else return null at first render. Here's my demo application: [https://github.com/revskill10/rsc-demo/blob/main/pages/demo.server.tsx](https://github.com/revskill10/rsc-demo/blob/main/pages/demo.server.tsx) It runs...

@jml Any hint to do that ? Because the resulting response type seems arbitrary as a HashMap. My use case is to use with GHCJS.

@theobat Actually i think in this case, the nature of response result type consumed by client is too generic. To actually build up state on client side, we have to...

@keermanish In my case, when a user is an admin, i want to show a button to switch to the drag-drop view, and when the user is a normal user,...

Prepack could be a good alternative.

@ijjk My project got same issue with latest 12.0.1. It's running fine with `11.1.3-canary.26` Could you please take this issue ? We can't upgrade now.

Same problem. ``` /Users/checkraiser/.rbenv/versions/2.4.1/lib/ruby/2.4.0/net/http.rb:904:in `initialize': execution expired (Faraday::ConnectionFailed) ``` Any solution ?

I need this feature (resizing image after being uploaded). Do you have any roadmap for this feature ?

I don't use SSR to run in production. I use SSR with Razzle to produce static pages :). Razzle is no magic to me, it's good so far. I'm happy...