Cherik
Cherik
There are three primary types of rendering: client-side, server-side, and static. Here’s a detailed look: ### 1. Client-Side Rendering In client-side rendering, pages are rendered in the browser, and the...
We need to remove the package and components since we no longer use them.
We need to have a component that handles errors and shows them like Input(if it has an error, change the border color and show the error message and ...)
### DON'T MERGE THIS PR PLEASE!!!! - #4122
We need to ensure that we use the Next.js `` component instead of the standard `` tag on our important pages.
We need to investigate on sentry release and make sure that we only have release for production on the main branch in the Vercel and nowhere else. Also, I think...
When we can't connect to the backend we redirect the user to the /maintenance page. but after the issue is fixed we don't redirect it to the previous route and...
We need to generate a sitemap for our website to search engines can find our pages better and easier. now they can only crawl pages linked to our popular pages...