Ngô Đức Anh
Ngô Đức Anh
@awareness481 it really did, doesn't seem to be neat, but it works for now :D
@HARAJLI98 I haven't found a better solution as well, so for now I'm currently having a ./client.ts for components that use "use client", and I plan to merge that file...
While you are waiting for Razzle 5, I'd just say you can try that new hot API now ``` export const renderApp = (req, res) => { const context =...
@therealgilles yeah, right, thanks :)
Given the radio silence over the past year, I figured it would be nice to do a bit of shameless plugging here. I'd like to invite some willing contributors to...
@jandolezal71 have you tested it with the latest canary build? Support for app/ dir in `output: "standalone"` arrived a few days ago, so you shouldn't see 404 error for urls...
@jandolezal71 that's kinda weird. I'm not seeing that issue for some reason. Have you tried restarting the server? Maybe you copied static/ into .next/standalone/.next after you had launched the server?...
@cstenglein I've opened a PR on that warning, see #43326 :) Should be gone after that one hopefully gets approved
@coderlfm you can add a `client.ts` or a `client` folder with a `index.ts` and put all the files that are Client Components in it just like how I currently do...
@richardHaggioGwati I don't really understand why you have to put a `use client` in the main `layout.tsx`...