Has anyone ever used JSZip? I’m doing this: const F = [ { name: 'laptop', url: 'https://res.cloudinary.com/dbxcernxw/image/upload/v1674379837/Mridul.Tech%2...
Hello. I'm having troubles fetching some urls over the network. This is my code: const result = await Promise.all( files.map(async (url: string) => { console.log('Fet...
Hi. I'm using NextAuth with credentials. When submitting the login form this is being triggered: const response = await signIn('credentials', { email: formData.get('email')...
I'm using zod with a simple schema: const Schema = z .object({ page: z.number(), perpage: z.number().min(1), }) Then, I'm trying to parse a get request with ?pag...
Have anyone ever tried using next-intl with next-auth? How do you set up both middlewares?
So would you recommend Drizzle or any other?
Hi. Anyone using Next.js had to deal with the error Unable to optimize image and unable to fallback to upstream image in production while trying to load images from the public...
I think it is quite more performant than prisma, right?
Anyone had to deal with this error while launching an app in the iOS simulator?
Hello. I'm using MediaRecorder to capture the audio from the user's microphone. It works in Firefox and Chrome, but not in Safari. Do you know how to deal with Safari on this,...
Hi. I've spent years away from React. Anyone can recommend a course to catch up with it?
Hi. How can I use the navigatorKey passed to MaterialApp in any children widget?
Can anyone recommend a react package to open a modal with sharing options?
Hey, is there any recommended books or tutorials on how to deal with json data? I'm always struggling with it while working on SPA
Hey, anyone know how to work with the fingerprint scanner in Android to log users in my app?
Hey, I've been watching Javascript the weird parts course. It great IMO but now I'd like to take another course with practical examples (building sample websites with js). Do ...
Hey, how can I get a value out of a promise (a then function)?
I'm assuming the php file is in the same route, right?
Hey, any recommendations on a free service to serve nodejs apps?
Hey, I'm about to make a website and I'd like to try a CMS but I don't want to use WordPress. Do you know any mature CMS with great support for SEO?