Blog

All the latest posts
Next JS Mohit Mozumder views 2431 times
Solution of Next.js is not recognizing '@types/react'
Next JS Faysal Shuvo views 2262 times
Description of How to set the next/image component to 100% height
Next JS Tarif Hossain views 44317 times
Solution of Error: npm run production error : "unknown option no-progress"
Next JS Tarif Hossain views 6331 times
Solution of Error: Deploy did not succeed: Deploy directory 'out' does not exist
Next JS Mohaimen Khalid views 21502 times
Solution of "How to use Image component in Next.js with unknown width and height"
Next JS Tarif Hossain views 6929 times
Solution of Error: Some Tailwind styles not working in production with Next.js
Next JS Mohaimen Khalid views 24804 times
Solution of "next JS Image's components are too slow to appear"
Next JS Mohaimen Khalid views 22308 times
solution of "next.js build times are slow. How to make it faster"
Next JS Mohaimen Khalid views 38272 times
Solution of "next is not recognized as an internal or external command, operable program or batch file"
Next JS Tarif Hossain views 15275 times
Solution of Error: Can't resolve 'fsevents' in chokidar
Next JS Tarif Hossain views 30420 times
Solution for : Object.fromEntries is not a function error when using chakra-ui and next.js
Next JS Tarif Hossain views 21957 times
Solution of Error: ChunkLoadError: Loading chunk node_modules_next_dist_client_dev_noop_js failed
Next JS Tarif Hossain views 69836 times
Solution for : parsing error : cannot find module 'next/babel'
Next JS Tarif Hossain views 15730 times
[Solved] Solution of Error: Do not use . Use Image from 'next/image' instead
Next JS Mohaimen Khalid views 43706 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