Patrick Jakubik

Results 31 comments of Patrick Jakubik

I have been looking at Next.js and how they are handling this. They do not do anything when there are no errors. So if I have an old deployment open...

Awesome. We are using almost zero images, so it shouldn't be a problem.

I'm a big fan of [Tanstack React Location](https://react-location.tanstack.com/) and upcoming [Tanstack Router](https://tanstack.com/router). I think it's API is quite well thought. See this single route file example from Tanstack Router: https://github.com/TanStack/router/blob/572318b1b132307be02857b97ae05b2040363ccf/examples/kitchen-sink/src/index.tsx#L91...

@redbar0n To run Vite+VPS you need some sort of http server that invokes VPS, e.g. Express. Next.js comes with a built-in server, yet it supports http servers like Express too.

@redbar0n That makes sense. It's a complicated topic with numerous options. Tricky to fit in into comparison table. I, personally, deploy to Vercel.

That would be nice!

Hello @vslinko, Firstly, I want to thank you for creating such a great library. I find it to be the easiest CSV library to use compared to others I've used...

That would be sweet

Removal of those components makes studying user session recordings harder, as those App Bridge components cannot be recorded by tools like LogRocket or Hotjar. Especially Modal.

Awesome! Will it support Cloudflare D1 too?