Next.js Editing the Next.js Root Div If you've done any development with next.js then you have no doubtably seen the root div on the page. <div id="__next"> /* your app */ </div>I'm working on a project where I needed to add a class to this
Next.js Using Redis with Next.js I'm a really big fan of using redis for caching. I'm also a big fan of Next.js. A React framework that incorporates frontend code with backend code.... what isn't there to like?