Cory House
Cory House
I'm eager to use msw with Next.js again. But for those who need to mock in Next.js in the meantime, here's my approach: I'm using Next.js' api routes feature to...
Edit: I show how to upgrade to the latest versions here: #7
Have you tried the latest PR here: https://github.com/coryhouse/javascript-development-environment/pull/7
Thanks! I suggest using the updated environment [here](https://github.com/coryhouse/javascript-development-environment/pull/7) as your foundation.
Is https://tanstack.com/db the solution to this issue? If not, how does the goal of this issue differ?
There’s a link to this issue in the docs that needs updated to mention Tanstack DB: https://electric-sql.com/docs/integrations/tanstack
I know this is old and closed, but I'll leave my opinion here. I always use case sensitive queries. Here why: UX cares about casing. Designs specify casing. Since designers...