Quick question about caching in DEV mode
Unanswered
Donskoy posted this in #help-forum
DonskoyOP
Hi, well i was searching for a proper way to turn off completely the caching for the development server and get out myself from the constant cache folder removal and rebuild of the application. I know that the architecture and the way React/Next.js works is by creating VDOM and the page rendering is way slower when it is compiled each time realtime. The question is what is the way to disable in next.js creation of the cache folder in general? Is there any? Yes i know that SEO i not working with VDOM that it might be very slow and trigger timeouts of the browser engine while it is waiting for the content. I even tried to use the react dev tools to dig faster and find what issues there is and why but each time to clear and rebuild, problems with the hydrations and stuff is slowing thing down a lot. Or am i doing something wrong?