Details of this Website
Description
This website is built using modern web development tool called Astro and is Server Side Renderd!
Frameworks Used
- Astro
- Vite
- React
- TypeScript
- Tailwind CSS
- shadcn/ui
Additional Info
Astro has a feature called "Server Islands" This allows you to build and load different components to your website and allow sections and components that needs Javascript to function to load only the nessasary Javascript code.
This feature is clearly shown when accessing the Page print section.
Astro also allows you to use different frameowkrs all in the same site. and by Leveraging SSR it allows only the HTML to be sent to the client unless a CLient:Load is specified.