Blog

All the latest posts
Next JS Mohit Mozumder views 2886 times
Solution of Next.js is not recognizing '@types/react'
Next JS Faysal Shuvo views 2691 times
Description of How to set the next/image component to 100% height
Next JS Tarif Hossain views 45630 times
Solution of Error: npm run production error : "unknown option no-progress"
Next JS Tarif Hossain views 7462 times
Solution of Error: Deploy did not succeed: Deploy directory 'out' does not exist
Next JS Mohaimen Khalid views 22308 times
Solution of "How to use Image component in Next.js with unknown width and height"
Next JS Tarif Hossain views 7527 times
Solution of Error: Some Tailwind styles not working in production with Next.js
Next JS Mohaimen Khalid views 25584 times
Solution of "next JS Image's components are too slow to appear"
Next JS Mohaimen Khalid views 23985 times
solution of "next.js build times are slow. How to make it faster"
Next JS Mohaimen Khalid views 40469 times
Solution of "next is not recognized as an internal or external command, operable program or batch file"
Next JS Tarif Hossain views 18512 times
Solution of Error: Can't resolve 'fsevents' in chokidar
Next JS Tarif Hossain views 30875 times
Solution for : Object.fromEntries is not a function error when using chakra-ui and next.js
Next JS Tarif Hossain views 24089 times
Solution of Error: ChunkLoadError: Loading chunk node_modules_next_dist_client_dev_noop_js failed
Next JS Tarif Hossain views 71201 times
Solution for : parsing error : cannot find module 'next/babel'
Next JS Tarif Hossain views 17030 times
[Solved] Solution of Error: Do not use . Use Image from 'next/image' instead
Next JS Mohaimen Khalid views 45110 times
I'm using next.js for rebuilding an app for server side rendering. I have a button that handles a search request. In the old app, the handler was this one