Blog

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