Apr
9
2024
For SEO purposes it’s better to have the attribute in your Next.js web app. But adding just manually to your code will cause issues.
Read More →
In this article we talk about the ways to solve the error – i18n support is not compatible with the next export.
Jan
17
2023
React Virtual DOM is like preparation stage for passing the changes to the Real Dom, for not overloading the Real DOM.