Building frameworky things with vanilla react (SSR, file-based routing and server-side data fetching)
Server-side rendering involves rendering a web page on the server before sending it to the client, which can improve the initial load time and SEO of the application. File-based routing involves mapping URLs to specific components or pages based on t...