Adding classes to the body of a NextJS appIf you want to add (classes) to the body TAG of next js page, you’ll need to add it via useEffect if you are using functional component. Or…Oct 3, 2022Oct 3, 2022
Currying in javascriptCurrying is an advanced technique of working with functions. It’s used not only in JavaScript, but in other languages as well.Sep 4, 2022Sep 4, 2022