Max Greenwald

Results 18 comments of Max Greenwald

If you had ``, then you'd get a flash of an empty page while the data is loading. With no suspense boundary at the application layer, the page waits until...

Hey @TkDodo, sorry for dropping off this thread! I'm back now with a demo of how the Next.js app directory handles the case when you don't define any suspense boundaries...

As I mentioned in the Discord, I think I've figured out what's going on here! I'd like to leave this issue open for now and we can close once I...

@nizioleque In your case sounds like you'll need to create multiple global variables, one per provider instance.

While I really liked the simple API of `discriminatedUnion` and am sad to see it go, this makes sense. Thank you for the detailed write up and your work to...

I think `12.3.3` is safe - haven't seen any issues with it while using middleware for the past few weeks.

> I understand cache is disabled on the dev build to allow the compiler to catch code changes, but since the middleware.ts code is rarely changed, Would it be wise...

> Do you experience any performance issues? Yes, I have experienced performance issues with Mantine in development (with Next.js) because it bundles all of Mantine instead of only using what's...